zackees / transcribe-anything

Input a local file or url and this service will transcribe it using Whisper AI. Completely private and Free 🤯🤯🤯
MIT License
419 stars 34 forks source link

Use stable-ts instead of whisper #6

Closed Soebb closed 1 year ago

Soebb commented 1 year ago

If switch to stable-ts, then it can be nice if you add its SRT generating function to transcribe-anything.

zackees commented 1 year ago

A great improvement would simply be linearly breaking up the srt files. Update to stable-ts would be painful. Installing the gpu part of this lib was a surprisingly painful experience and i don't want to go through that again.