Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,29 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 28 |
+
|
| 29 |
+
Make sure the following packages are installed (already in `requirements.txt`):
|