Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 462 Bytes

EpitaOCR

OCR project of 4D Generates.

I - Compiling

Execute make in the root directory to create the sudoku binary in bin folder.

II - Executing

Simply do ./sudoku in the bin folder, please note that you must be in the bin folder for the Sudoku OCR to work correctly.

III - Neural networks

XOr: make in Xor folder ./main

Digit Recognition: You can try the digit recognition in standalone by executing make in the Digit_Reco folder.