An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

splash

## 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)**

image

## ⚙️ 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
```