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.
- 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.
- Clone the GitHub repository
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd awesome-llm-apps/advanced_tools_frameworks/gemini_multimodal_chatbot
- 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