Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 997 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 997 Bytes

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