A powerful content generator built using Gemini's API and NextJs. This application allows users to effortlessly generate title, tags, Script and Description for Videos.
- Easy-to-use interface for generating scripts
- Integration with Gemini's API for advanced language processing
- Responsive design with Tailwind CSS
- Front-end: NextJS
- Back-end: Gemini API.
- Clone the repository:
git clone https://github.com/suraj-mahato360/VidBoostAI.git
- Install dependencies:
npm install
- Set up environment variables:
- Create a .env file in root folder and add environment variable named as NEXT_PUBLIC_GEMINI and give it your gemini API key as value.
- Run the application:
npm run dev
- Open the application in your browser at
http://localhost:XXXX
.
- Access the content generator feature.
- With just a few words or sentences generate everything for your video.
- Click the "Generate" button to generate text content using the Gemini API.
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]].