the no BS chatwrapper you always wanted
or as the ChatBoy himself would say:
An intelligent chatbot powered by advanced AI and natural language processing technology. Capable of understanding context, recognizing user intents, and generating personalized responses in real-time. Designed to assist users with a wide range of inquiries and provide relevant and helpful assistance. Developed using machine learning algorithms and data-processing, this chatbot is continuously evolving to improve its performance and user interactions.
- Python 3.8+
- Node v19.7.0 (younger versions might be fine also)
- NPM 9.5.0 (younger versions might be fine also)
git clone git@github.com:andreasoie/chatboy.git && cd chatboycd backend
virtualenv venv && source venv/bin/activate
pip install -r requirements.txtAdd your API_KEY to an .env file, then start server with:
uvicorn main:app --reloadcd frontend
npm installstart with:
npm run dev

