This is the OCR project carried out as part of the 3rd semester at EPITA (2022). It consists of an application capable of solving a photographed sudoku and displaying the solved grid with the result.
-
Go to
neural network/Soutenance 1/ -
Use
maketo compile -
Launch:
./mainwith either :-
-t: to train the model -
x x: where x is either 0 or 1 to gain the xor result
-
-
Got to
solver/ -
Use
maketo compile -
Launch:
./solverwith either:-
-h: help -
loadpath savepath: load the content in loadpath file and save the result in savepath file -
loadpath: load the content of loadpath file, solve it and save in the same file with '_solved' suffix.
-
- Go to
Application/ - Use
maketo compile - Launch
./main xwherexis the picture of the sudoku to solve