Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.04 KB

readme.md

File metadata and controls

45 lines (37 loc) · 1.04 KB

Prerequisites

  • Python 3.9 or higher
  • Git

Installation

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

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