mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-11 17:48:31 -05:00
⚡️ Multimodal Chatbot with Gemini Flash
This repository contains a Streamlit application that demonstrates a multimodal chatbot using Google's Gemini Flash model. The chatbot allows users to interact with the model using both image and text inputs, providing lightning-fast results.
Features
- Multimodal input: Users can upload images and enter text queries to interact with the chatbot.
- Gemini Flash model: The chatbot leverages Google's powerful Gemini Flash model for generating responses.
- Chat history: The application maintains a chat history, displaying the conversation between the user and the chatbot.
How to get Started?
- Clone the GitHub repository
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
- Install the required dependencies:
pip install -r requirements.txt
- Get your Google Studio API Key
- Sign up for an Google AI Studio and obtain your API key.
- Run the Streamlit App
streamlit run gemini_multimodal_chatbot.py