abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.25k stars 104 forks source link

insanely-fast-whisper support #104

Open bastienperez opened 8 months ago

bastienperez commented 8 months ago

Any chance to add https://github.com/Vaibhavs10/insanely-fast-whisper ?

Thanks!

abdeladim-s commented 8 months ago

@bastienperez, It seems this project is just a CLI wrapping the HF transformers implementation. I will try to add the HF pipeline directly into the project when I get some free time.