Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 721 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 721 Bytes

Twitter Video Transcription

Using OpenAI's Whisper to generate transcripts of twitter embedded videos. This will also work for YouTube videos as this is built with youtube-dl

Running this notebook

It makes the most sense to run this using Google's Colab, though you can download it and run it locally if you really want to. You don't need an Nvidia card to query the model using your GPU, but using your CPU will be very slow. Highly recommmend using Colab unless you have CUDA installed and have an Nvidia GPU.

Link to the Colab file

The colab file is here, enjoy!