Update README.md
Browse files
README.md
CHANGED
|
@@ -1,27 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Gemini 2.5 Flash Image Chatbot ππ€
|
| 2 |
|
| 3 |
A Streamlit-based chatbot that lets you interact with uploaded images using Google's Gemini 2.5 Flash model.
|
| 4 |
|
| 5 |
## Features
|
| 6 |
|
| 7 |
-
- π¬ Chat with images using natural language
|
| 8 |
-
- π Multilingual support (100+ languages)
|
| 9 |
-
- β‘ Fast responses powered by `gemini-2.5-flash`
|
| 10 |
-
- π Upload `.jpg`, `.jpeg`, or `.png` files
|
| 11 |
-
- π€ Typing animation for realistic bot responses
|
| 12 |
-
- π€ User and bot avatars (customizable)
|
| 13 |
|
| 14 |
## How It Works
|
| 15 |
|
| 16 |
-
1. Upload an image on the left panel.
|
| 17 |
-
2. Ask a question about the image using the chat box.
|
| 18 |
3. Get intelligent responses with visual understanding.
|
| 19 |
|
| 20 |
## Tech Stack
|
| 21 |
|
| 22 |
-
- Streamlit
|
| 23 |
-
- Google Gemini 2.5 Flash (via `langchain-google-genai`)
|
| 24 |
-
- Python 3
|
| 25 |
- Hugging Face Spaces
|
| 26 |
|
| 27 |
## Requirements
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Gemini 2.5 Flash Image Chatbot
|
| 3 |
+
emoji: π€
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.35.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Gemini 2.5 Flash Image Chatbot ππ€
|
| 13 |
|
| 14 |
A Streamlit-based chatbot that lets you interact with uploaded images using Google's Gemini 2.5 Flash model.
|
| 15 |
|
| 16 |
## Features
|
| 17 |
|
| 18 |
+
- π¬ Chat with images using natural language
|
| 19 |
+
- π Multilingual support (100+ languages)
|
| 20 |
+
- β‘ Fast responses powered by `gemini-2.5-flash`
|
| 21 |
+
- π Upload `.jpg`, `.jpeg`, or `.png` files
|
| 22 |
+
- π€ Typing animation for realistic bot responses
|
| 23 |
+
- π€ User and bot avatars (customizable)
|
| 24 |
|
| 25 |
## How It Works
|
| 26 |
|
| 27 |
+
1. Upload an image on the left panel.
|
| 28 |
+
2. Ask a question about the image using the chat box.
|
| 29 |
3. Get intelligent responses with visual understanding.
|
| 30 |
|
| 31 |
## Tech Stack
|
| 32 |
|
| 33 |
+
- Streamlit
|
| 34 |
+
- Google Gemini 2.5 Flash (via `langchain-google-genai`)
|
| 35 |
+
- Python 3
|
| 36 |
- Hugging Face Spaces
|
| 37 |
|
| 38 |
## Requirements
|