Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,31 @@ emoji: 💬
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.0.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.0.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
+
# Interactive Storytelling Assistant
|
12 |
|
13 |
+
This project is an **Interactive Storytelling Assistant** designed to help users collaboratively write stories by providing real-time suggestions based on user prompts. It uses a pre-trained language model to generate creative plot ideas, character development, and dialogue suggestions.
|
14 |
+
|
15 |
+
## Features:
|
16 |
+
- Input a story prompt and get a fully structured story with an engaging plot.
|
17 |
+
- Provide feedback on generated stories (rate from 1 to 5).
|
18 |
+
- Share your own stories and read stories submitted by other users.
|
19 |
+
- Community engagement feature: Browse shared stories and give feedback.
|
20 |
+
|
21 |
+
## How to use:
|
22 |
+
1. Input a story prompt in the textbox and click "Generate Story".
|
23 |
+
2. View the generated story in the output box.
|
24 |
+
3. Provide feedback using the rating slider and feedback textbox.
|
25 |
+
4. Optionally, share your own stories by entering the title and story text.
|
26 |
+
5. Browse and read shared stories from other users.
|
27 |
+
|
28 |
+
## Dependencies:
|
29 |
+
- gradio
|
30 |
+
- torch
|
31 |
+
- unsloth
|
32 |
+
|
33 |
+
## License:
|
34 |
+
This project is licensed under the MIT License.
|