Skip to content

southerndevz/transcription-whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Fine Tune Transcription Whisper Notebook

Notes on usage:

  • Make sure to change runtime to GPU.
  • The transcript will be saved in Files, which you can find in the menu on the left.
  • Change the number of speakers below if different from two.
  • Pick a bigger model if you want more accuracy and a smaller model if you want the program to run faster (more info).
  • If you know the language being spoken is English, then change language to 'English' as this improves performance.

High level overview of what's happening here:

  1. I'm using Open AI's Whisper model to seperate audio into segments and generate transcripts.
  2. I'm then generating speaker embeddings for each segments.
  3. Then I'm using agglomerative clustering on the embeddings to identify the speaker for each segment.

https://huggingface.co/blog/fine-tune-whisper

Let me know if I can make it better!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors