Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamaziz/chat_with_images

Streamlit app to chat with images using Multi-modal LLMs.
https://github.com/iamaziz/chat_with_images

llava llms multimodal-llm streamlit

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Chat with images locally

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

![image](https://github.com/iamaziz/chat_with_images/assets/3298308/f3ed37cb-b6a8-41c6-9de2-3da65838958f)

### Getting Started

Install required packages (venv recommended)
```bash
pip install -r requirements.txt
```

Start the app:
```bash
streamlit run app.py
```

### Prerquisites

- [Ollama](https://ollama.ai) should be installed with [`llava`](https://ollama.com/library/llava) and/or [`backllava`](https://ollama.com/library/bakllava).