ai video summarizer and timestamp generator LLM p
1.0.0
Overview • Features • Getting Started • Contributing
This project is an AI-powered video summarizer designed specifically for YouTube videos. Leveraging the Google Gemini API, it employs advanced machine learning techniques to analyze and condense lengthy YouTube videos into concise summaries, providing users with quick insights into the video content.
git clone https://github.com/siddharthsky/ai-video-summarizer-and-timestamp-generator-LLM-p.git
cd ai-video-summarizer-and-timestamp-generator-LLM-p
pip install -r requirements.txt
GOOGLE_GEMINI_API_KEY = "Your-Gemini-Key-Here"
OPENAI_CHATGPT_API_KEY = "Your-Openai-Key-Here"
Google Gemini API key ?
OpenAI ChatGPT API key ?
5 Run the summarizer:
streamlit run app.py
Contributions are welcome from the community!, Whether it's feedback, suggestions, or code improvements, your input is valuable.