Story and Poetry Generation
Table of Contents
- Creative writing can be challenging, whether for inspiration, entertainment, or artistic expression. Writers often struggle with writer’s block, lack of ideas, or difficulty maintaining a consistent tone and style. This project aims to solve this problem by using AI to generate stories and poems based on user preferences.
- This Web Application along with AI-integration will allow users to generate engaging stories and poems effortlessly. By selecting a theme (e.g., thriller, romance, horror, adventure, humor) and optionally providing a prompt, users can guide the generation process. If no prompt is given, the model creates a random story or poem in the chosen genre. A word limit option ensures customizable output length.
Mention all languages/libraries/frameworks used in your project domain-wise
You can use icons too - find them here
- CSS
- JavaScript
- React
- NodeJS
- ExpressJS
- Gen_AI
- ML
List down all the fully implemented features in your project
List down all the partially implemented features in your project
- The future scope envisions to add advanced features to enhance user experience and functionality. Key features to be added :
- Text-to-Speech and Video Generation : Integrating AI-driven text-to-speech capabilities to bring poems and stories to life, along with the potential for automatic video creation based on generated content.
- User Content Management : Enabling users to save and revisit their previously generated poems and stories, creating a personalized library for easy access and reference.
1.Clone the GitHub repo.
git clone <url>2.Enter the client directory. Install all the required dependencies.
cd frontend
npm install
npm start3.To start the backend server:
cd backend
npm install
npm startAdd names of your mentors with their emails and links to their GitHub accounts