Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niaggar/braileml

Neural network implementation in C# for Braille symbol detection in photographs
https://github.com/niaggar/braileml

algorithms braille braille-characters machine-learning neural-network

Last synced: about 2 months ago
JSON representation

Neural network implementation in C# for Braille symbol detection in photographs

Awesome Lists containing this project

README

        

# Neuronal network for Braille symbol detection

As part of the machine learning course, a neural network is developed and trained to identify Braille symbols from photographs.

For this, two models are trained. The first model classifies an input image into one of the 26 possible Braille characters. The second model classifies the image into one of the 6 base patterns that form these characters through a linear combination.

For more information see the project presentation [here](https://correounivalleeduco-my.sharepoint.com/:p:/g/personal/nicolas_aguilera_correounivalle_edu_co/Ecs-ozwn6PRBmwAPzdifQK4B_pgTU2gZ4WcdGEJDlWoPpg?e=vpRhYv).