Parrot_app / README.md
suhaifLLM's picture
Update README.md
cb5b810 verified
---
title: Interactive Storytelling Assistant
emoji: πŸ“š
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 5.0.2
app_file: app.py
pinned: false
---
# Interactive Storytelling Assistant
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.
## Features:
- Input a story prompt and get a fully structured story with an engaging plot.
- Provide feedback on generated stories (rate from 1 to 5).
- Share your own stories and read stories submitted by other users.
- Community engagement feature: Browse shared stories and give feedback.
## How to use:
1. Input a story prompt in the textbox and click "Generate Story".
2. View the generated story in the output box.
3. Provide feedback using the rating slider and feedback textbox.
4. Optionally, share your own stories by entering the title and story text.
5. Browse and read shared stories from other users.
## Dependencies:
- gradio
- torch
- unsloth