Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 598 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 598 Bytes

Calorify App 🤖

To run the program locally 💻

Follow these steps to set up and run the service locally :

Prerequisites

  • 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

To activate this environment, use

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

That's it! The service is now up and running locally. 🤗