A powerful script generator built using the OpenAI API and the MERN stack (MongoDB, Express, React, Node.js). This application allows users to effortlessly generate high-quality scripts for Advertisements.
2023-06-06.13-36-08.mp4
- Easy-to-use interface for generating scripts
- Integration with OpenAI API for advanced language processing
- Export scripts in different file formats (PDF, TXT, etc.)
- Responsive design with Tailwind CSS
- Front-end: React.js, Tailwind CSS
- Back-end: Open AI API, Express, NodeJs
- Clone the repository:
git clone https://github.com/suraj-mahato360/Script-Sensei.git
- Navigate to the project directory:
cd script-sensei
- Install dependencies:
npm install
- Navigate to the project directory:
cd server
- Install dependencies:
npm install
- Set up environment variables:
- Create a .env file in server folder and add environment variable named as API_KEY and give it your openai API key as value.
- Run the application(in script-sensei):
npm run dev
- Run the server:
nodemon server
- Open the application in your browser at
http://localhost:XXXX
.
- Access the script generator feature.
- Customize the script parameters such as genre, length, characters, etc.
- Click the "Generate Script" button to generate a script using the OpenAI API.
- Export scripts in your preferred file format.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Star the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the original branch:
git push origin feature/your-feature
- Create a pull request and describe your changes.
This project is licensed under the MIT License.
For any inquiries or questions, please contact [[email protected]].