NeuralFalconYT / Whisper-Turbo-Subtitle

2 stars 2 forks source link

Auto Subtitle Generator Using Whisper-Large-V3-Turbo-Ct2

Open In Colab
hfspace
This application can run on CPU or CUDA.

Step 1:

git clone https://github.com/NeuralFalconYT/Whisper-Turbo-Subtitle.git

Step 2:

cd Whisper-Turbo-Subtitle

Step 3:

pip install -r requirements.txt

Step 4:

For local development:

python app.py 

For debugging:

python app.py --debug 

For cloud servers or notebooks:

python app.py --debug --share

--debug: Enables debug mode, providing more detailed logs and helpful error messages.
--share: Shares the application by generating a public link, allowing access from external networks. app