Skip to content

misraturp/YouTube-transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube-transcriber

Let's build an interactive web app that can transcribe YouTube videos in minutes! Streamlit is a great Python library that makes web development a piece of cake. And on top of Streamlit's powerful framework we will plug in Assembly AI's easy-to-use API to quickly upload and transcribe audio files.

👉 Go grab your free AssemblyAI API token

For this project you need 3 libraries on top of Python:

  • Streamlit (pip install streamlit)
  • Youtube_dl (pip install youtube_dl)
  • FFmpeg (download here)

These libraries will enable us to create a front-end for our project, download youtube videos and extract audio files from youtube videos respectively.

For more instructions and a complete tutorial check out our YouTube videos

About

This is an app that transcribes YouTube videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages