j3soon / whisper-to-input

An Android keyboard that performs speech-to-text (STT/ASR) with OpenAI Whisper and input the recognized text; Supports English, Chinese, Japanese, etc. and even mixed languages.
35 stars 4 forks source link

Create a custom backend server for performing speech-to-text #3

Closed j3soon closed 10 months ago

j3soon commented 11 months ago

Depends on #2.

After implementing this issue, the speech input should be able to perform speech-to-text by sending request to our custom server (instead of sending to the OpenAI API). The performance of the server inference speed need not be optimized in this issue.