subsai icon indicating copy to clipboard operation
subsai copied to clipboard

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️

Results 48 subsai issues
Sort by recently updated
recently updated
newest added

I got this error while installing.: error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [74 lines of output] Compiling av\buffer.pyx because...

Command I input to windows powershell: `subsai .\file --model m-bain/whisperX --model-configs '{\"model_type\": \"large-v2\", \"device\": \"cuda\"}' --format srt ` And result is: `TypeError: () got an unexpected keyword argument 'repetition_penalty'` Reading...

Hi, how I can generate only the .srt file of a video without overlayed subtitle ? Thanks

Could you please explain how to add a Hugging Face pretrained model to work with your solution?

Is it possible to add ROCm support for amd gpus?

I was trying to use "m-bain/whisperX" on large-V3 model with speaker labels. but get these errors: Other models work well without issue such as faster-whisper or whisper.cpp. Whisper-timestamped seems to...

Add support for openai api key as an option.

I have ubuntu installed on WSL2, with cuda installed. https://imgur.com/jU0VFJQ But when I run docker with the command "sudo docker compose run -p 8501:8501 -v /path/to/your/media_files/folder:/media_files subsai-webui" I get this...

Installing package result in this error: ``` ERROR: Cannot install subsai and subsai==1.2.5 because these package versions have conflicting dependencies. The conflict is caused by: subsai 1.2.5 depends on faster-whisper==0.10.0...

Cannot install -r requirements.txt (line 12) and faster_whisper==0.10.0 because these package versions have conflicting dependencies.