Skip to main content
Transcribe audio files on a dedicated GPU using faster-whisper. An RTX 4090 transcribes 1 hour of audio in ~2 minutes. No rate limits, no data leaving your instance.

1. Deploy an instance

2. Install faster-whisper

3. Upload audio files

4. Transcribe a single file

5. Batch transcribe a directory

6. Download results

Model sizes

Tips

  • Use large-v3 for production accuracy. Use small for fast iteration.
  • faster-whisper supports word_timestamps=True for word-level alignment.
  • The model downloads on first use (~3 GB for large-v3). Attach a volume to cache it.

Cleanup