Skip to content

ly2xxx/picture-search-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 🤗

About

picture-search-poc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages