Keyurjotaniya007 commited on
Commit
40ffd28
Β·
verified Β·
1 Parent(s): 7e7ef09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -11
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