This application can run on CPU or CUDA.
git clone https://github.com/NeuralFalconYT/Whisper-Turbo-Subtitle.git
cd Whisper-Turbo-Subtitle
pip install -r requirements.txt
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.