Marksdo / Whisper

Batch Local Transcribe Audio/Movie To Text With Whisper AI Model. Keep Privacy Safe!
https://whisper.marksdo.com
17 stars 3 forks source link

Integrating Deepgram API into the Pro Version #8

Open BravoiOS opened 11 months ago

BravoiOS commented 11 months ago

Hi As a Pro version user, I'm curious if there are any plans to integrate the Deepgram API into the app. I noticed that Deepgram is currently offering $200 credits for each user. It seems like a valuable addition that could enhance the functionality of the app.

Marksdo commented 11 months ago

It seem that Deepgram API not return the sentence of time range base segment result. It return the full transcript and word base time.

like this

{ "metadata":{ "transaction_key":"Ha0aVG...", "request_id":"se24UY...", "sha256":"2d5b81...", "created":"2021-07-08T09:11:38.593Z", "duration":19.0, "channels":1 }, "results":{ "channels":[ { "alternatives":[ { "transcript":"Yep. I said it before, and I'll say it again. Life moves pretty fast. You don't stop and look around once in a while. You could miss it.t. "confidence":0.9757011, "words":[ { "word":"yep", "start":5.66, "end":5.94, "confidence":0.994987, "punctuated_word":"Yep." }, { "word":"i", "start":7.2344832, "end":7.434014, "confidence":0.8217165, "punctuated_word":"I" }, { "word":"said", "start":7.434014, "end":7.5537324, "confidence":0.979774, "punctuated_word":"said" }, ... ] } ] } ] } }

If integrate it, may be use it for re-transcribe some segment cutted in WhisperMate subtitle editor.

BravoiOS commented 11 months ago

Thanks for your response. I'm not very familiar with coding, but I came across this feature in the Koe App and it got my curious. Anyway, I appreciate your reply and I hope that this feature can be implemented in the future.

Marksdo commented 11 months ago

Thanks for provide the KOE App example. The integrate Remote OpenAI Whisper transcribe feature is planned but my OpenAI current was blocked for some reason😅. I will learn the feature by KOE App the implement in Whisper Mate later.

Current i has adding feature to cut media to chunks inside Whisper Mate. So the integrate Deepgram API feature may be in next month version.

Marksdo commented 11 months ago

Embed with deepgram api support will be release this weekend. Thanks for info me about this feature. It works great with Whisper Mate!

image