{"id":20695521,"url":"https://github.com/umerrali/youtube-summarizer","last_synced_at":"2025-10-11T02:13:02.428Z","repository":{"id":213962155,"uuid":"735363092","full_name":"UmerrAli/YouTube-Summarizer","owner":"UmerrAli","description":"Get summary of youtube videos with AI","archived":false,"fork":false,"pushed_at":"2024-09-07T10:53:31.000Z","size":64,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T18:22:56.718Z","etag":null,"topics":["ai","gpt","openai","summarizer","youtube-video-summary"],"latest_commit_sha":null,"homepage":"https://summarizeyoutube.netlify.app/","language":"JavaScript","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/UmerrAli.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":"2023-12-24T16:33:20.000Z","updated_at":"2025-03-23T09:43:52.000Z","dependencies_parsed_at":"2024-01-17T17:42:24.717Z","dependency_job_id":"c753612e-bab6-49b7-851b-7291bcdb88fd","html_url":"https://github.com/UmerrAli/YouTube-Summarizer","commit_stats":null,"previous_names":["umerrali/youtube-summarizer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmerrAli%2FYouTube-Summarizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmerrAli%2FYouTube-Summarizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmerrAli%2FYouTube-Summarizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmerrAli%2FYouTube-Summarizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UmerrAli","download_url":"https://codeload.github.com/UmerrAli/YouTube-Summarizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250316042,"owners_count":21410475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ai","gpt","openai","summarizer","youtube-video-summary"],"created_at":"2024-11-17T00:09:42.402Z","updated_at":"2025-10-11T02:12:57.398Z","avatar_url":"https://github.com/UmerrAli.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube Videos Summarizer using OpenAI API\n\nThis project utilizes the power of GPT-3.5 to generate concise and informative summaries for YouTube videos. This repository contain both frontend(HTML/CSS/JS) and backend(Flask).\n\n## Demo\n\nVisit this link for live demo: https://summarizeyoutube.netlify.app/\n\n### Video Demo\n\nhttps://github.com/UmerrAli/YouTube-Summarizer/assets/106273026/170f3bb1-6762-4430-b8c9-8e90f3c7b7fe\n\n## Frontend\n\nFor the frontend of YouTube Video Summarizer, you'll need Node.js and npm (Node Package Manager) which is included with Node.js. Here is how you can install these prerequisites:\n\n- Download and install Node.js from https://nodejs.org/.\n- Verify the installation by running the following commands in your terminal or command prompt:\n  ```bash\n  node -v\n  npm -v\n  ```\n\n### Run Locally\n\nParcel is used as the bundler for the project.\n\n1. Clone the project:\n   ```bash\n   git clone https://github.com/UmerrAli/YouTube-Summarizer\n   ```\n2. Install dependencies using npm:\n   ```bash\n   npm install\n   ```\n3. To start a development server\n   ```bash\n   npm start\n   ```\n   This will start the development server at http://localhost:1234. Open this URL in your browser to view the application.\n   http://localhost:1234/\n\n## Backend\n\n- Make sure Python is installed on your machine. You can download it from https://www.python.org/.\n- Verify the installation by running the following command in your terminal or command prompt:\n\n```bash\npython3 --version\n```\n\nCreate a virtual environment\n\n```bash\npython3 -m venv venv\n# On Windows\nvenv\\Scripts\\activate\n# On macOS/Linux\nsource venv/bin/activate\n```\n\nInstall dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### Set up OpenAI API Key\n\nOpen the config.py file and add your OpenAI API key. If you don't have an API key, you can obtain one from the OpenAI platform.\n\n```python\nAPI_KEY = 'YOUR_API_KEY'\n```\n\nAfter setting up the environment and adding the API key, you can run the Flask application:\n\n```\nflask run\n```\n\nThe backend server will be running at http://127.0.0.1:5000/. Make sure the backend is running before testing the frontend.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumerrali%2Fyoutube-summarizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumerrali%2Fyoutube-summarizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumerrali%2Fyoutube-summarizer/lists"}