Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.7 KB

README.md

File metadata and controls

62 lines (36 loc) · 1.7 KB

Running Locally 💻

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

Prerequisites

  • Python 3.8 or higher
  • Git

Installation

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

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

Contributing 🙌

If you want to contribute to this project, please open an issue, submit a pull request or contact me at [email protected]