Skip to content

Azuremis/speech_to_braille_translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech to Braille translator

Overview

The demo for this project is hosted on Hugging Face spaces here.

It 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

  1. Go to the demo on Hugging Face spaces
  2. Click the record button and accept the browswer request for microphone access
  3. Speak a few sentences then click the stop button when done.
  4. Click the submit button to see both the English trascript and the Braille translation

demo_screen

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.