aschmelyun / subvert

Generate subtitles, summaries, and chapters from videos in seconds
https://subvert.dev
MIT License
802 stars 57 forks source link

Self-hosted Whisper Integration #5

Open Nightreaper77 opened 1 year ago

Nightreaper77 commented 1 year ago

Hi,

Would it be possible to point to a locally hosted Whisper instance rather than OpenAI (currently looking at https://github.com/ahmetoner/whisper-asr-webservice)? Alternatively, or perhaps in addition to, could text documents be an accepted input filetype, so that we can transcribe offline using Whisper and submit our script to bypass the Subtitles stage and skip straight to Chapters/Summary?

juriSacchetta commented 1 year ago

That would be great!!

aschmelyun commented 1 year ago

Leaving this issue open, but I'll need to do some deep diving into local whisper models and how (or if) they could integrate with the library being used in this: openai-php/client.

kinouzero commented 9 months ago

Any news on this request ? This could avoid quota problems on the openai api.

TheBinaryLoop commented 3 months ago

Any update on this feature?