This project uses the Faster Whisper model to transcribe audio files into Chinese (Traditional) subtitles in SRT format.
- Transcribes audio files using the Whisper AI model
- Converts Simplified Chinese to Traditional Chinese
- Outputs subtitles in SRT format
- Supports command-line arguments for easy use
-
Clone this repository:
git clone https://github.com/seangau/faster-whisper-srt.git cd faster-whisper-SRT -
Use uv to install dependencies:
uv venv uv sync -
Run the script from the command line, providing the path to your audio file:
python whisper.py "your_audio_file.mp3" --keywords "Taiwan"
- Go to https://colab.research.google.com/
- Open notebook, import
faster_whisper_SRT.ipynbfrom https://github.com/SeanGau/faster-whisper-SRT/ - Run with GPU (T4 for free)