https://github.com/bbc-esq/whispers2t-transcriber
Uses the powerful WhisperS2T and Ctranslate2 libraries to batch transcribe multiple files
https://github.com/bbc-esq/whispers2t-transcriber
audio-recorder audio-recording audio-transcribing audio-transcription ctranslate2 flash-attention-2 transcr transcriber transcription whispers2t
Last synced: 4 months ago
JSON representation
Uses the powerful WhisperS2T and Ctranslate2 libraries to batch transcribe multiple files
- Host: GitHub
- URL: https://github.com/bbc-esq/whispers2t-transcriber
- Owner: BBC-Esq
- Created: 2024-02-29T18:36:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T17:16:22.000Z (over 1 year ago)
- Last Synced: 2025-04-06T11:24:58.192Z (about 1 year ago)
- Topics: audio-recorder, audio-recording, audio-transcribing, audio-transcription, ctranslate2, flash-attention-2, transcr, transcriber, transcription, whispers2t
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 38
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Extremely Fast Transcription of Multiple Audio Files
### Requires 🐍 [Python 3.11](https://www.python.org/downloads/release/python-3119/), [3.12](https://www.python.org/downloads/release/python-31210/) or [3.13](https://www.python.org/downloads/release/python-31311/), 📁 [Git](https://git-scm.com/downloads), 📁 [Git Large File Storage](https://git-lfs.com/), and 🎵 [FFmpeg](https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest)
**(Make sure FFMPEG is added to your system path)**

## ⚙️ Windows Installer
> Download and run [```Whisper_S2T_Transcriber_Setup.exe```](https://github.com/BBC-Esq/WhisperS2T-transcriber/releases/latest/download/Whisper_S2T_Transcriber_Setup.exe).
## 💻 Install from Sourcecode
> Download the latest release...unzip and extract...go to the directory containing ```main.py```...run these commands in order:
```
python -m venv .
```
```
.\Scripts\activate
```
```
python install.py
```
```
python main.py
```