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

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!

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!