YouTube Summarizer is a powerful tool that extracts and summarizes YouTube video transcripts using AI. This project leverages Next.js, Google Cloud AI, and Generative AI models to generate concise and easy-to-read summaries of video content.
š Live Demo
To set up the project locally, follow these steps:
# Clone the repository
git clone https://github.com/jorgepedraza88/youtube-summarizer.git
cd youtube-summarizer
# Install dependencies
npm install
# Start the development server
npm run dev
Environment Variables
.env.local
file and add your API credentials:GEMINI_API_KEY=[YOUR.GEMINI.API.KEY]
PROXY_HOST=[YOUR.PROXY.HOST]
PROXY_PORT=[YOUR.PROXY.PORT]
PROXY_USER=[YOUR.PROXY.USERNAME]
PROXY_PASSWORD=[YOUR.PROXY.PASSWORD]
Proxy Setup
This project is licensed under the MIT License.
For questions or suggestions, reach out to Jorge Pedraza at [email protected]
.
Made with ā¤ļø by Jorge Pedraza.