Skip to content

anilmaddala/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-solver

This stuff just resolves sudokus one finger in the nose

Hi, my name is Rémi Lux. I'm currently in my final year of Computer Vision Degree. Welcome to my project

What is it doing ?

My algorithm is using powerful IA to extract digits. Then, it will simply regenerate your image with the solution

Version Original Picture Algorithm Output
1.3
1.2
1.1
1.0

Why is it unique ?

Try it, you will see

Is it really Working ?

Yes, of course, and you

Where can I find weights for the CNN :( ?

DO NOT WORRY BRO, I GOT YOUR BACK

Actual solving logger - 6 Grid Madness

Load everything 63.3% - 1.029s
Grid Research 15.8% - 0.257s
Digits Extraction 14.4% - 0.234s
Grid Solving 3.6% - 0.058s
Image recreation 3.0% - 0.049s
EVERYTHING DONE 1.63s

--> Except the importing phase (on which I am powerless), I will take a look on multi-threading to improve the execution time

TODO LIST

  • More Robust
  • Faster
  • Better
  • Stronger
  • Video Live Solving
  • Improve Training
  • Multi-threading Processing

VERSION LIST

  • v1.4 : Video Handling
  • v1.3 : More flexible / New training, better CNN !
  • v1.2 : Multiple grids baby !
  • v1.1 : Use probabilistic Hough & detect grid better
  • v1.0 : First version

About

Smart solution to solve sudoku in VR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%