dynamiccreator / whisper-typer-tool

This is a python script using whisper to type with your voice
MIT License
52 stars 18 forks source link

Making this into a fully functioned independent app #5

Open thejackenator opened 1 year ago

thejackenator commented 1 year ago

Hey, you've helped me get your program up and running, and it is awesome. Is there any way you could further develop this into a fully functioning app that is independent of downloading/installing three separate things (ffmpeg, python, and GitHub) and using the command line? I would pay for an independent version of this that has a user interface that is minimal but separate from the command line. It would be awesome if you could change from tiny to base, small, medium in this interface and see when it it transcribing. If you could train it to add a more robust medical dictionary in as well, that would be huge. Let me know what you think and if I could contract you to help me with this. Thanks!

johschmidt42 commented 1 year ago

@thejackenator There are plenty of implementations out there that do exactly that. Here is an example: https://medium.com/@franco.vegam/how-to-run-whisper-speech-recognition-model-and-create-a-simple-app-8426890299d8