Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 676 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 676 Bytes

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