Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
| 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 |
+
|