Code Monkey home page Code Monkey logo

thebrailleproject's Introduction

The Braille Project

How it works?

Simple flow diagram: flow

The mobile app

Flutter based application and responsible for the followings:

  • Image to text ocr using tesseract.
  • Translating tamil to braille.
  • Text speech using on-device api.
  • Finally sends character to be displayed to api server.

The API server

Flash based rest api and responsible for the followings:

  • Host a api endpoint for mobile app to send character to be displayed.
  • Converts the received character into binary format where each bit represents braille dot.
  • Sends the converted binary data to MQTT server.

To run:

$ cd api_server
$ pip install -r requirements.txt
$ python server.py

MQTT Server

It's a message broker between api server and the hardware.

To run:

Install Mosquitto

$ cd mqtt_server
$ mosquitto -c mosquitto.conf

Hardware

  • Receives the binary data from mqtt server and based on each bits, pulls the pin down for 0 and pushes pin up for 1.

Components (for single character):

  • 1x Esp32
  • 3x DRV 8833
  • 6x solenoids

thebrailleproject's People

Contributors

mohanavel15 avatar yaeshwanthurumaiya avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.