Speech2Braille / README.md
Azuremis's picture
Add project details to README
c3166eb
metadata
title: Speech2Braille
emoji: πŸ“Š
colorFrom: yellow
colorTo: red
sdk: gradio
sdk_version: 3.11.0
app_file: app.py
pinned: false
license: mit

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

  1. Go to the demo page
  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

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