maayaneaha / ocr_emma_madi

OCR for EPITA's project made by 4 students of EPITA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCR EMMA

Our OCR is made by four students of EPITA, for the third semester.

This OCR resolves a Sudoku grid on a picture. Our Neural Network can detect digits. Our OCR is powered by a simple neuronal network who is able to recognize simple digits on a given picture.

Requirements

Use the SDL library SDL to compile this OCR.

For Ubuntu operating systems :

(Ubuntu)

sudo apt install libsdl1.2-dev

(Other) : Compile this OCR, use a shell.

Usage

First compile this project by :

cd src && make

To clean this OCR :

cd src
make clean

Result

You will find the subject of our OCR at this address SUBJECT

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

OCR for EPITA's project made by 4 students of EPITA.

License:MIT License


Languages

Language:C 96.7%Language:Makefile 3.1%Language:CSS 0.1%