Skip to content

i4Ds/stt4sg-transcribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhisperX Transcription Tool

This tool uses WhisperX to transcribe all audio and video files in a folder. Additionally, it offers a guide for installation and CUDA and CUDNN version management.

Installation

  1. Install Python==3.11.
  2. Find out your CUDA version with nvidia-smi and CUDNN with python get_cudnn_version.py.
  3. CUDA and PyTorch installation: Follow the instructions on the PyTorch website to install the correct version of CUDA and PyTorch for your system.
  4. With your CUDA and CUDNN version, head over to faster-whisper | Requirements, check for the correct version of ctranslate2, based on the version of CUDA and CUDNN you have, and install it.
  5. Install the required Python packages;
pip install -r requirements.txt

Usage

In the transcribe.py file, update the folder_path variable to the path of the folder containing and pass the model name or path to the AudioTranscriber class. Then, run the script:

python transcribe.py

Maintainer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published