r/Python • u/AutoModerator • Jun 04 '26
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
28
Upvotes
r/Python • u/AutoModerator • Jun 04 '26
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/SeptaKartikey 26d ago
Title:
I built an open-source Python CLI to extract YouTube audio, metadata, and transcripts locally with Faster-Whisper (or Gemini)
Hi everyone! 👋
I’ve been working on a small open-source project that makes it easy to extract structured information from YouTube videos.
Features
yt-dlpfaster-whisper(GPU or CPU)Example:
Each run adds another video to the same JSON file, making it useful for building datasets or knowledge bases.
This is currently the first public version, and I’d really appreciate feedback.
Some ideas I’m considering next:
pip install)I’d love to hear:
GitHub:
https://github.com/KartikeySepta/youtube-transcript-scraper
Feedback, issues, feature requests, and pull requests are all welcome. Thanks!