Python script developed to automate the transcription of audio files into a .txt file using OpenAI's Whisper base model
- Automatically transcribes audio files from a specified folder.
- Supports .mp3, .wav, and .m4a formats.
- Saves transcriptions as .txt files in an output folder.
- Displays processing time for each audio file.
Transcription/
│
├── transcribe.py
├── audios/
├── transcriptions/
├── assets/
│ └── transcription_sc.png
└── README.md
- Python
- WhisperAI
- Clone the repository
git clone git@github.com:leovaldezhq/transcript.git- Install dependencies
pip install -U openai-whisper-
Place audio files in the audios folder
-
Run the script
python transcribe.py- Check the transcriptions folder for output .txt files
