Skip to content

bigjohncodes/audio-transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎧 Video Audio Transcriber with OpenAI Whisper

This project allows you to download audio from Vimeo videos, transcribe it using OpenAI’s Whisper model, and save the results as text files — all in an automated workflow.

🚀 Features

  • Download audio from Vimeo using yt-dlp
  • Transcribe audio using OpenAI's Whisper model
  • Save transcriptions to .txt files
  • Clean up audio files after transcription
  • Simple and extensible project structure

🧰 Requirements

Before running the script, make sure you have the following installed:

🔧 Install Dependencies

pip install yt-dlp tqdm
pip install git+https://github.com/openai/whisper.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published