28 lines
No EOL
1 KiB
Markdown
28 lines
No EOL
1 KiB
Markdown
## ⚡️ 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?
|
|
|
|
1. Clone the GitHub repository
|
|
|
|
```bash
|
|
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
|
|
```
|
|
2. Install the required dependencies:
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
3. Get your Google Studio API Key
|
|
|
|
- Sign up for an [Google AI Studio](https://aistudio.google.com/app/apikey) and obtain your API key.
|
|
|
|
4. Run the Streamlit App
|
|
```bash
|
|
streamlit run gemini_multimodal_chatbot.py
|
|
``` |