Backend codebase for the DietBot application.
This project, which is in progress, aims to create an emotionally conscious dietitian chatbot support system to help people with lifestyle diseases.
Create a virtual environment and install the dependencies:
For the backend:
cd backend
python -m venv .venv
source venv/bin/activate
pip install -r requirements.txt
To run the backend:
uvicorn main:app --reload --port
To index your PDF documents in the data folder:
For CSV files:
cd data
python embed.py