Ear is a desktop app that will help you transcribe what is playing on your computer!
Ear is originally developed to help deaf people, sometimes you encounter a video and most cases audio that don't have subtitles with it, that is when Ear enter helping out those who can not listen, listen to what the world have to say!
Ear.app.Example.mp4
Currently Ear it is only tested on Windows and need adjustments to work with Linux and Mac OS. But these are not big changes, currently related to the Sox and Whisper AI.
- [Sox]
Inside app folder create a sox
folder
cd app && mkdir sox
- [Whisper]
Inside app folder create a whisper
folder
cd app && mkdir whisper
Then download Whisper binaries
After that you should be good to go.
$ cd app && npm install
$ npm run start
Simple as that :), then Ear will pop up.
Ear app is built on top of Whisper AI, Electron and Sox.