vivekuppal / transcribe

Transcribe is a real time transcription, conversation, Language learning platform. It provides live transcripts from microphone and speaker. It generates a suggested conversation response using OpenAI's GPT API. It will read out the responses, simulating a real live conversation in English or another language.
https://abhinavuppal1.github.io/
MIT License
194 stars 46 forks source link

Support for Deepgram API for transcription? #53

Closed DawgZter closed 1 year ago

DawgZter commented 1 year ago

I hear that Deepgram is a a more accurate, faster and cheaper ASR than Whisper. Maybe this is something worth exploring?

https://deepgram.com/

vivekuppal commented 1 year ago

This is a great suggestion. Deepgram looks very interesting. I see this link about some of the capabilities of Deepgram - https://deepgram.com/compare-openai-whisper-alternatives I do not have definitive info on the quality of Deepgram transcription. Would be great to get some data on transcription quality before investing time towards it.

If you have experience with some of the other aspects of git repo maintenance like releases, pypi packages, unit tests etc. it would be great to put that experience to use here :-).