https://github.com/bklieger-groq/batch-vision
Batch Vision Powered By Groq: Chat with a Collection of Images Using Llama3.2 with vision!
https://github.com/bklieger-groq/batch-vision
Last synced: 2 months ago
JSON representation
Batch Vision Powered By Groq: Chat with a Collection of Images Using Llama3.2 with vision!
- Host: GitHub
- URL: https://github.com/bklieger-groq/batch-vision
- Owner: bklieger-groq
- Created: 2024-10-06T15:17:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T06:16:17.000Z (8 months ago)
- Last Synced: 2025-04-03T15:52:34.304Z (8 months ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Batch Vision Powered By Groq: Chat with a Collection of Images
[Video Demo](https://github.com/user-attachments/assets/ee9d1899-ed91-40a4-9e73-d754d266db94)
This repository includes a streamlit application powered by Groq Llama3.2 that processes a collection of images then enabled chat functionality with the context of those images.
### Quickstart
To run the Streamlit app, follow these instructions:
~~~
python3 -m venv venv
~~~
~~~
source venv/bin/activate
~~~
~~~
pip3 install -r requirements.txt
~~~
~~~
export GROQ_API_KEY=gsk...
~~~
~~~
streamlit run app.py
~~~
And the app will be online locally!