GitXplorerGitXplorer
a

Whisper-Transcribing-Hereos-of-Deep-Learning

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
52b2e3fa7fbd5297885176be041c632b171e7d93

Transcribing the interviews from Heros of Deep Learning

committed 2 years ago

README

The README file for this repository.

Using OpenAI's Whipser to Transcribe the famous Hereos in Deep Learning Series by Professor Andrew NG.

When I first listened to this series, I fall in love with it(Back in 2020). I always wanted a good transcribed version of it, and OPEN AI's Whisper came to rescue.

'Andrew NG and Andrej Karpathy'

We are using pytube to download the interviews of the professors in the audio format, using Whisper to Transcribe them and fpdf to store them.

Run

You can run the code by running

$ python transcribe_interviews.py

Make sure to have ffmpeg and rust installed in your system as well, see Whispers Github for more details.