Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 689 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 689 Bytes

Building Blocks for Multi-Modal Apps Powered by Gradio and Groq

Gradio_Groq_Building_Blocks.1.mp4

This repository includes an application showing how to build fast multi-modal apps on Gradio powered by Groq. Specifically, it uses Whisper and Llama-3.2-vision to enable voice to text to LLM response, image to text, and traditional chat.

Quickstart

To run the Gradio app, follow these instructions:

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
export GROQ_API_KEY=gsk...
python3 app.py

And your app will be hosted at http://127.0.0.1:7860!