trypear / pearai-app

The Open Source AI-Powered Code Editor. A fork of VSCode and Continue.
https://trypear.ai
Other
1.55k stars 263 forks source link

[4][Medium][App+Server] Enable speech to text from computer #304

Open Fryingpannn opened 2 weeks ago

Fryingpannn commented 2 weeks ago

Currently you can already do speech to text by using e.g. Dictation on Mac. But it would be better by using OpenAI's speech to text.

Image

quangcito commented 1 week ago

I used Whisper from Open AI for a class project. It's pretty performant and accurate when running locally at least.

Fryingpannn commented 1 week ago

@quangcito yessir we can give it a try!