Follow these steps to set up and run the service locally :
- Python 3.8 or higher
- Git
Clone the repository :
git clone
Navigate to the project directory :
cd demochat
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 Home.py
If you want to contribute to this project, please open an issue, submit a pull request or contact me at [email protected]