{"id":26595531,"url":"https://github.com/allen-reji/youtube-video-summarizer","last_synced_at":"2026-04-13T23:33:47.799Z","repository":{"id":279562620,"uuid":"939220363","full_name":"allen-reji/YouTube-Video-Summarizer","owner":"allen-reji","description":"YouTube Video Summarizer is an AI-powered tool that extracts key insights from YouTube videos, generating concise and meaningful summaries in seconds.","archived":false,"fork":false,"pushed_at":"2025-02-26T07:59:02.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T16:18:40.987Z","etag":null,"topics":["generative-ai","google-gemini-pro","streamlit","video-summarizer","youtube-transcript-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allen-reji.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-26T07:33:43.000Z","updated_at":"2025-02-26T13:19:51.000Z","dependencies_parsed_at":"2025-02-26T08:42:33.017Z","dependency_job_id":null,"html_url":"https://github.com/allen-reji/YouTube-Video-Summarizer","commit_stats":null,"previous_names":["allen-reji/youtube-video-summarizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/allen-reji/YouTube-Video-Summarizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allen-reji%2FYouTube-Video-Summarizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allen-reji%2FYouTube-Video-Summarizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allen-reji%2FYouTube-Video-Summarizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allen-reji%2FYouTube-Video-Summarizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allen-reji","download_url":"https://codeload.github.com/allen-reji/YouTube-Video-Summarizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allen-reji%2FYouTube-Video-Summarizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31775945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["generative-ai","google-gemini-pro","streamlit","video-summarizer","youtube-transcript-api"],"created_at":"2025-03-23T16:18:48.033Z","updated_at":"2026-04-13T23:33:47.756Z","avatar_url":"https://github.com/allen-reji.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n\n# YouTube Video Summarizer  \n\nAn AI-powered tool that extracts and summarizes the transcript of YouTube videos using Google's Gemini API. This Streamlit-based application provides concise and structured summaries of video content, helping users grasp essential details quickly.  \n\n## Features  \n\n- Extracts video transcripts automatically  \n- Uses **Google Gemini API** to generate detailed summaries  \n- Displays the video thumbnail for easy reference  \n- User-friendly interface with **Streamlit**  \n\n## Installation  \n\n1. **Clone the repository**:  \n   ```sh\n   git clone https://github.com/allen-reji/youtube-video-summarizer.git  \n   cd youtube-video-summarizer  \n   ```  \n\n2. **Create a virtual environment (optional but recommended)**:  \n   ```sh\n   python -m venv venv  \n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`  \n   ```  \n\n3. **Install dependencies**:  \n   ```sh\n   pip install -r requirements.txt  \n   ```  \n\n4. **Set up API keys**:  \n   - Create a `.env` file in the project root directory:  \n     ```sh\n     touch .env  \n     ```  \n   - Add your API key inside `.env`:  \n     ```\n     GOOGLE_APT_KEY=your_google_api_key  \n     ```  \n\n## Usage  \n\n1. **Run the application**:  \n   ```sh\n   streamlit run app.py  \n   ```  \n2. **Enter the YouTube video link** in the input field.  \n3. **Click \"Get Detailed Notes\"** to generate a summarized version of the video content.  \n\n##  Requirements  \n\nThis project uses the following dependencies:  \n\n- `streamlit` - For the web-based UI  \n- `youtube-transcript-api` - To extract transcripts from YouTube videos  \n- `google-generativeai` - To generate AI-powered summaries  \n- `python-dotenv` - To manage API keys securely  \n\n## License  \n\nThis project is licensed under the MIT License.  \n\n---\n\n## Contact\n\nAllen Reji - [allenreji@gmail.com](allenreji@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallen-reji%2Fyoutube-video-summarizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallen-reji%2Fyoutube-video-summarizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallen-reji%2Fyoutube-video-summarizer/lists"}