- Python 3.9 or higher
- Git
Clone the repository :
git clone https://github.com/ly2xxx/picture-search-poc.git
Navigate to the project directory :
cd picture-search-poc
Create a virtual environment :
python -m venv .venv
.\.venv\Scripts\activate
Install the required dependencies in the virtual environment :
pip install -r requirements.txt
Linux user might need:
sudo apt-get install python3-tk
Launch the chat service locally :
streamlit run streamlit_app.py