File size: 1,146 Bytes
ff8b8dd
 
 
 
 
 
cb5b810
ff8b8dd
 
 
 
 
aa4ef6f
d0bd3b3
aa4ef6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cb5b810
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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