Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -9,5 +9,30 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
---
|
12 |
+
# Story Maker App
|
13 |
+
|
14 |
+
A Streamlit web app powered by Google Generative AI that allows users to create stories, shayari, sher, poems, or quotes based on uploaded images or provided prompts.
|
15 |
+
|
16 |
+
## Overview
|
17 |
+
|
18 |
+
This app uses AI to generate creative content inspired by visual and textual inputs. Users can upload an image or enter a prompt, select the genre, length, language, and mood, and the app will generate content accordingly.
|
19 |
+
|
20 |
+
## Features
|
21 |
+
|
22 |
+
- **Upload Image:** Users can upload an image to inspire the AI-generated content.
|
23 |
+
- **Input Prompt:** Alternatively, users can provide a textual prompt to guide the content generation.
|
24 |
+
- **Genre Selection:** Choose from a variety of genres including story, shayari, sher, poem, and quote.
|
25 |
+
- **Length Options:** Select either short or long content length.
|
26 |
+
- **Language:** Choose between English and Hindi for the generated content.
|
27 |
+
- **Mood Selection:** Specify the mood such as emotional, sad, happy, horror, comedy, or romantic.
|
28 |
+
- **AI-Powered Generation:** Utilizes Google Generative AI to create realistic and emotional content based on user inputs.
|
29 |
+
|
30 |
+
## Usage
|
31 |
+
|
32 |
+
1. **Upload an Image:** Click on the "Choose an image..." button to upload an image.
|
33 |
+
2. **Input Prompt:** Enter a prompt in the text box if you prefer not to use an image.
|
34 |
+
3. **Select Options:** Choose genre, content length, language, and mood from the dropdown menus.
|
35 |
+
4. **Generate Content:** Click the "Generate" button to see the AI-generated story, shayari, sher, ghazal, poem, or quote.
|
36 |
+
5. **Feedback:** If no valid response is received, the app will inform you to try different inputs.
|
37 |
|
38 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|