Skip to content

shivaverma/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

version - 1.1.2

This software solve the sudoku puzzle using convolutions neural network.

Requirements

  • python - 3.7
  • keras - 2.4.3
  • tensorflow - 2.2.0

Project Content

File Description
sudoku.ipynb notebook for running and testing the project
model.py neural network implementation
scripts contains data pre-processing script
model contain saved model

Performance

Network was able to solve the puzzles with 99% accuracy. Following is a snippet showing network solving the sudoku.


References

  • Download the dataset for this project.
  • Read this blog to get all detail of this project.