This is a helper script to make the process of transcribing with guillaumekln/faster-whisper model easier.
- Create a venv
python -m venv venv
- Activate the venv
source venv/bin/active
- Install faster-whisper from PyPI
pip install faster-whisper
- Download the faster-whisper-large-v2 model from Hugging Face