Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 366 Bytes

SudokuAutoSolve

Input an unsolved sudoku image, this app will automatically solve it. image info

Install requirements

pip install -r requirements.txt

Demo

Run demo app by:

python auto_solve.py (image_path) (-t)

Note:

  • image_path is your the path of your image
  • -t is tracking when app solve sudoku