Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,28 +1,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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: "Dynamic Image Caption Generator"
|
| 3 |
+
emoji: "๐ผ๏ธ"
|
| 4 |
+
colorFrom: "blue"
|
| 5 |
+
colorTo: "purple"
|
| 6 |
+
sdk: "streamlit"
|
| 7 |
+
sdk_version: "1.32.0"
|
| 8 |
+
app_file: "app.py"
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
|
| 12 |
|
| 13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|