aayushmnit / yt_transcibe

A repository for transcribing Youtube videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube captioning app using yt-dlp and WhisperX and Gradio.

This code is heavily inspired by Hamel's notes.

App Demo: alt text

Install intructions:

  • Install yt-dlp using their intallation process

  • Install WhisperX using their setup

  • Update your hugging_face token and rename example.env to env

  • Install remaining dependancies:

pip install -r requirements.txt

For running the app locally, run this on terminal:

python app.py

About

A repository for transcribing Youtube videos


Languages

Language:Python 100.0%