Story generation tool using deep learning models- Hugging Face Transformer architecture model #844
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issues or bug
-StoryCraft AI is an interactive web application that uses advanced text generation models to create engaging stories based on user-provided prompts. Leveraging the power of Hugging Face's Transformers, this tool allows users to generate creative and compelling narratives with customizable length.
Fixes: #836
Proposed Changes
Interactive Text Input: Users can enter a prompt to generate a story. Adjustable Length: Use a slider to select the desired length of the generated story. Real-time Generation: Get instant story generation with a single click. User-Friendly Interface: Built with Streamlit for an intuitive and accessible experience.
Getting Started:
To run StoryCraft AI locally, follow these steps:
Clone the Repository: git clone https://github.com/Panchadip-128/StoryCraft.AI-An-AI-Web-application-for-Story-Creation-.git
Select the appropriate file for run: cd "StoryCraft.AI-An-AI-Web-application-for-Story-Creation-"
Install the Required Packages: pip install -r requirements.txt
Finally run the main application: streamlit run app.py
The screen will be redirected to streamlit web application from where user can enter a prompt, adjust the slider for required words and get appropriate result.

Additional Info
Screenshots