Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Domain_Expanders.md added #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 16 additions & 22 deletions README.md → Domain_Expanders.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<img src="./Untitled.png" alt="CoC Inheritance 2024" width="500" height="166">
</a>
<br>
Project Name
GenPie
</h1>

<div align="center">
//project name
Story and Poetry Generation
</div>
<hr>

Expand All @@ -29,16 +29,15 @@
</details>

## 📝Description


* 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.

## 🔗Links

- [GitHub Repository](https://github.com/)
- [Demo Video]()
- [Drive Link to Screenshots of your project]()
- [Hosted Website Link]()
- [Hosted Backend Link]()



Expand All @@ -48,23 +47,17 @@ Mention all languages/libraries/frameworks used in your project **domain-wise**
You can use icons too - find them [here](https://github.com/get-icon/geticon)

#### Front-end
- HTML
- CSS
- JavaScript
- React
- etc.

#### Back-end
- NodeJS
- ExpressJS
- etc.

#### Database
- MongoDB
- etc.

#### nlp
-Ml
- Gen_AI
- ML

## 📈Progress

Expand All @@ -75,14 +68,16 @@ List down all the fully implemented features in your project
List down all the partially implemented features in your project

## 🔮Future Scope

- The future scope envisions to add advanced features to enhance user experience and functionality. Key features to be added :
1. **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.
2. **User Content Management** : Enabling users to save and revisit their previously generated poems and stories, creating a personalized library for easy access and reference.

## 💸Applications


## 🛠Project Setup

For the Web-App 1.Clone the GitHub repo.
1.Clone the GitHub repo.
```bash
git clone <url>
```
Expand All @@ -93,7 +88,7 @@ git clone <url>
npm start
```

3.To start the backend server:4
3.To start the backend server:
```bash
cd backend
npm install
Expand All @@ -102,18 +97,17 @@ git clone <url>

## 👨‍💻Team Members

Add names of your team members with their emails and links to their GitHub accounts

- [Team Member 1 ](https://github.com/)
- [Team Member 2 ](https://github.com/)
- [Team Member 2 ](https://github.com/)
- [Team Member 2 ](https://github.com/)
- [Yadnyesh Patil](https://github.com/YoLynx)
- [Shaurya Rajput](https://github.com/Shauryaa20)
- [Aaditya Joil](https://github.com/JaytidaA)
- [Darsh Shah](https://github.com/Darsh-KShah)

## 👨‍🏫Mentors

Add names of your mentors with their emails and links to their GitHub accounts

- [Mentor 1 ]()):
- [Vedant Kale]():
- [Mentor 2 ]():

## 📱Screenshots
Expand Down