- Open in Pycharm.
- Install the packages using requirements.txt
- Copy the .env.example file to .env and fill in the necessary parameters.
- Now you can run the Django project.
- Navigate to frontend folder in terminal
- Run
npm install
- Run
npm run dev
routes are in backend/urls.py
backend/query_response
- code to generate response
backend/api.py
- code that runs the API
chatbot.ipynb
- notebook containing various ML functions
frontend/src/App.tsx
- has basically everything