I was impressed by Mr Braille’s works and as social responsibility, I couldn’t ignore the opportunity to learn the Braille system. Here we are
My website link : https://bakhshiali.github.io/projects/BraillesystemPython
I’d tried the code in Jupyter Notebook and got the results as :
In [2] : English2Braiile(‘hi, i am ali bakhshi.’)
Out[2]: ‘⠓⠊⠠⠀⠊⠀⠁⠍⠀⠁⠇⠊⠀⠃⠁⠅⠓⠎⠓⠊⠨’
In [3]: Braille2English(‘⠓⠊⠠⠀⠊⠀⠁⠍⠀⠁⠇⠊⠀⠃⠁⠅⠓⠎⠓⠊⠨’)
Out[3]: ‘hi, i am ali bakhshi.’
#future developments :
- improvement of characters
- adding more languages, uni-codes
- GUI design
- TTS (Text to speech)
- OCR (Optical character recognition)
- STT (Speech to text)
- Machine Learning algorithms (Better Predictions)