A Tool written in python to solve Sudoku. It does the following tasks :
- Detect Sudoku grid on input image.
 - Performs digit recognition on sudoku grid using KNN.
 - Solves the sudoku using backtracking.
 - Outputs the solution if exists.
 
- Language - Python
 - Libraries - OpenCV, imutils, numpy, py-sudoku
 
- You need to install the required libaraies and python.
 - Clone repository
 - Run Sudoku solver : 
python sudoku_solver.py 

