/chat_with_images

Streamlit app to chat with images using Multi-modal LLMs.

Primary LanguagePythonMIT LicenseMIT

Chat with images locally

Using llava and bakllava models (Ollama) to chat with images.

image

Getting Started

Install required packages (venv recommended)

pip install -r requirements.txt

Start the app:

streamlit run app.py

Prerquisites