Keyurjotaniya007 commited on
Commit
7e7ef09
Β·
verified Β·
1 Parent(s): 9543b9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -14
README.md CHANGED
@@ -1,14 +1,29 @@
1
- ---
2
- title: My Image Chatbot
3
- emoji: πŸ’¬
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.0.1
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
- short_description: Chat with your image
12
- ---
13
-
14
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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`):