{"id":42577863,"url":"https://github.com/kvothesson/whisper-transcriber","last_synced_at":"2026-01-28T22:01:40.287Z","repository":{"id":283214561,"uuid":"837742275","full_name":"kvothesson/whisper-transcriber","owner":"kvothesson","description":"Web application that transcribes YouTube videos using OpenAI's Whisper model. Users input a YouTube URL; the app downloads the audio, performs transcription, and displays results in real-time. Built with Flask, yt-dlp, and the Whisper library, it offers a simple and efficient interface for audio-to-text conversion from YouTube content.","archived":false,"fork":false,"pushed_at":"2024-08-14T04:53:50.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T05:29:33.253Z","etag":null,"topics":["ai","python","transcriber","whisper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kvothesson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-03T22:18:21.000Z","updated_at":"2024-09-25T04:37:00.000Z","dependencies_parsed_at":"2025-03-19T05:39:39.341Z","dependency_job_id":null,"html_url":"https://github.com/kvothesson/whisper-transcriber","commit_stats":null,"previous_names":["kvothesson/whisper-transcriber"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kvothesson/whisper-transcriber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvothesson%2Fwhisper-transcriber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvothesson%2Fwhisper-transcriber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvothesson%2Fwhisper-transcriber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvothesson%2Fwhisper-transcriber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kvothesson","download_url":"https://codeload.github.com/kvothesson/whisper-transcriber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvothesson%2Fwhisper-transcriber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28853194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"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":["ai","python","transcriber","whisper"],"created_at":"2026-01-28T22:01:36.011Z","updated_at":"2026-01-28T22:01:40.272Z","avatar_url":"https://github.com/kvothesson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube Transcriber\n\n## Description\nThis project is a web application that allows users to transcribe YouTube videos. It uses Flask as the backend framework and JavaScript for frontend interactions.\n\n## Features\n- Transcription of YouTube videos from the video URL\n- Storage of transcriptions for later access\n- Simple and easy-to-use user interface\n\n## Prerequisites\n- Python 3.7+\n- Flask\n- Other dependencies as listed in `requirements.txt`\n\n## Installation\n1. Clone this repository:\n   ```\n   git clone https://github.com/ezequielsobrino/whisper-transcriber.git\n   ```\n2. Navigate to the project directory:\n   ```\n   cd whisper-transcriber\n   ```\n3. Install the dependencies:\n   ```\n   pip install -r requirements.txt\n   ```\n\n## Usage\n1. Start the application:\n   ```\n   python run.py\n   ```\n2. Open a browser and go to `http://localhost:5000`\n3. Enter the URL of a YouTube video in the text field\n4. Click \"Transcribe\" to get the transcription\n\n## Project Structure\n```\nwhisper-transcriber/\n│\n├── app/\n│   ├── static/\n│   │   ├── css/\n│   │   │   └── styles.css\n│   │   └── js/\n│   │       └── script.js\n│   ├── templates/\n│   │   ├── base.html\n│   │   ├── index.html\n│   │   └── transcriptions.html\n│   ├── __init__.py\n│   ├── config.py\n│   ├── main.py\n│   └── routes/\n│       ├── main_routes.py\n│       └── transcription_routes.py\n│\n├── transcriptions/\n├── requirements.txt\n├── run.py\n└── README.md\n```\n\n## Dependencies\nThe project relies on the following main dependencies:\n```\nnumpy==1.24.3\ntorch==2.2.0\ntorchaudio==2.2.0\ntorchvision==0.17.0\nopenai-whisper\nflask\nyt-dlp\nwerkzeug\n```\nFor a complete list of dependencies, please refer to the `requirements.txt` file.\n\n## Contributing\nContributions to this project are welcome. Please feel free to submit a Pull Request.\n\n## License\nThis project is licensed under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvothesson%2Fwhisper-transcriber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkvothesson%2Fwhisper-transcriber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvothesson%2Fwhisper-transcriber/lists"}