Follow these steps to set up and run the service locally :
- Python 3.8 or higher
- Git
Create a virtual environment :
python -m venv .venv
.\.venv\Scripts\activate
Install the required dependencies in the virtual environment :
pip install -r requirements.txt
Launch the chat service locally :
streamlit run src/Home.py