- [ OPENAI API LIMIT EXHAUSTED ]
VideoBriefs is a powerful web application that leverages the OpenAI API to simplify and enhance your YouTube video consumption experience. Built with Next.js, VideoBriefs allows users to quickly generate concise summaries of YouTube videos with just one click. Say goodbye to long-winded videos and hello to instant knowledge.
- Summarize Videos: Extract key insights and highlights from YouTube videos effortlessly.
- Next.js Powered: Built on the Next.js framework for a seamless and performant web experience.
- OpenAI Integration: Harness the power of OpenAI API to generate intelligent and context-aware video summaries.
- User-Friendly Interface: Intuitive design that makes video summarization accessible to everyone.
- Time-Saving: Save time by getting the information you need without watching entire videos.
-
Clone the Repository:
git clone https://github.com/your-username/videobriefs.git cd videobriefs
-
Install Dependencies:
npm install
-
Set Up OpenAI API Key:
- Obtain an API key from OpenAI and set it up in your environment or configuration file.
-
Run the Application:
npm run dev
-
Visit http://localhost:3000 in your browser.
- Set your OpenAI API key in the environment variables or configuration files.
- Paste the YouTube video link in the provided input field.
- Click the "Summarize" button.
- Enjoy a concise summary of the video's content.
This project is licensed under the MIT License.