Azuremis/Speech2Braille
0
Speech to Braille translator
Overview
This project can be found here on my github.
The app currently translates English speech into Braille.
The speech-text translation is done using OpenAI's Whisper model. The text-braille translation is done using the PyBraille library.
How to use
- Go to the demo page
- Click the record button and accept the browswer request for microphone access
- Speak a few sentences then click the stop button when done.
- Click the submit button to see both the English trascript and the Braille translation
Disclaimer
This is a portfolio project so I don't advise using it for any serious purpose!
Credits
Thank you to Dave, I used his RememberThis code to help me grok how to use the OpenAI's whisper. I also found LabLab's Whisper guides really helpful.
You can check out the configuration reference here
