Skip to content

Building Blocks for Multi-Modal Gradio Powered by Groq Apps

License

Notifications You must be signed in to change notification settings

dCodeMaestro/gradio-groq-basics

 
 

Repository files navigation

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!

About

Building Blocks for Multi-Modal Gradio Powered by Groq Apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.0%
  • Dockerfile 5.0%