Skip to content

srirupa19/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

A soduko solver written in Python using OpenCV. It takes an image of a sudoku board and outputs the solved sudoku board.


The digit recogniser is trained using VGG and gave 99.88% accuracy in the training set and 99.53% accuracy in the test set. The MNIST dataset was used, which was downloaded from Kaggle.


Possible Improvements

1. Display the solved sodoku on the original image

How to Run

$ python main.py

About

A Sudoku Solver built using OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published