AvocadoMuffin commited on
Commit
94a89c4
Β·
verified Β·
1 Parent(s): c413ffc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -11
README.md CHANGED
@@ -1,13 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- title: Image Caption Generator
3
- emoji: πŸ“ˆ
4
- colorFrom: gray
5
- colorTo: yellow
6
- sdk: streamlit
7
- sdk_version: 1.44.1
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
- ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
+ # πŸ–ΌοΈ Dynamic Image Caption Generator (Powered by Gemini Pro Vision)
2
+
3
+ Welcome to the Dynamic Image Caption Generator! πŸš€
4
+
5
+ Upload any image and generate intelligent, detailed, and creative descriptions using Google's Gemini Vision model.
6
+
7
+ ## ✨ Features
8
+ - πŸ“· **Basic Captioning**: Quickly get a simple description of your uploaded image.
9
+ - 🧠 **Detailed Analysis**: Explore the relationships between objects in the image with a step-by-step breakdown.
10
+ - πŸ“– **Creative Storytelling**: Generate imaginative stories inspired by your image.
11
+ - 🎭 **Emotional Interpretation**: Analyze the mood, emotions, and atmosphere conveyed.
12
+ - πŸ•΅οΈ **Object Detection**: List and describe visible objects in the scene.
13
+ - 🌍 **Contextual Inference**: Guess the location, time of day, or context behind the scene.
14
+ - πŸƒ **Action Detection**: Identify any movements or actions happening in the image.
15
+ - 🎯 **Ask Anything**: Type your own custom prompts to ask questions about the image.
16
+
17
+ ## πŸ›‘οΈ API Key Policy
18
+ - Users can try **2 free queries** using the built-in API key.
19
+ - After 2 free uses, you will need to enter your **own Gemini API key** to continue.
20
+
21
+ ## πŸ”₯ How to Get Your API Key
22
+ You can get a Gemini API key from [Google AI Studio](https://makersuite.google.com/).
23
+
24
  ---
 
 
 
 
 
 
 
 
 
 
25
 
26
+ πŸ’¬ **Built with**: Streamlit + Gemini 1.5 Flash
27
+
28
+