Skip to content

Automatic Sudoku solver using OpenCV, Tensorflow/Keras and algorithm X.

Notifications You must be signed in to change notification settings

iamthaoly/sudoku-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUDOKU AI

Solve Sudoku FAST and directly from book/paper/app with Machine Learning, Computer Vision, and Algorithm X.

Demo

Want to impress your friends? You came to the right place ;) Demo

How to use?

First clone this repo

git clone https://github.com/iamthaoly/sudoku-ai.git
  • Open the directory you had cloned in command line

Install requirements

pip install -r requirements.txt

Quick start with a sample image

python solve.py

Solve your own puzzle

  • Copy your image to images folder
python solve.py --image images/image_file_name.jpg

Tada! Solved puzzle has been saved at output folder.

Todo

  • Save solved puzzle with custom name
  • No puzzle bug fix
  • Webcam support

References

About

Automatic Sudoku solver using OpenCV, Tensorflow/Keras and algorithm X.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages