I made an open-source Android transcription keyboard using Whisper AI. You can dictate with auto punctuation and translation to many languages. :) #2227
Replies: 2 comments
-
nice interface! But my question is why sending the audio to openAI for the transcribing? why not just do on device transcription, such as this one: For the second one, the code is open at : If your keyboard is using these local transcription engine without sending audio out, it will be a really nice/popular app! |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for this great tip. However, I want to design the app for everyone and most smartphones are not that powerful to run a local Whisper model. Also, I want to achieve quick results and the API may cost some money and require an internet connection, but it is fast and reliable. |
Beta Was this translation helpful? Give feedback.
-
Dictate is an easy-to-use keyboard for transcribing and dictating. The app uses OpenAI Whisper in the background, which supports extremely accurate results for many different languages with punctuation and auto translation using GPT-4 Omni.
You can download the app from Google Play Store:
https://play.google.com/store/apps/details?id=net.devemperor.dictate
Here you can see it in action:
https://www.youtube.com/watch?v=PSvLRnHYleg
And this is the repository with the source code:
https://github.com/DevEmperor/Dictate
Beta Was this translation helpful? Give feedback.
All reactions