Follow these steps to set up and run the service locally :
- Python 3.10 or higher
- Git
Navigate to the project directory :
cd Calorify App
Create a virtual environment :
conda create -p venv python==3.10 -y
conda activate venv/
Install the required dependencies in the virtual environment :
pip install -r requirement.txt
Launch the chat service locally :
streamlit run app.py