Skip to content

Jupyter Notebook and Python script which extracts sudoku information from an photo of a sudoku on a paper. Information extracted can be: which cells are occupied and which are not, what numbers are in each cell and (for jigsaw) how cells are grouped into zones.

Notifications You must be signed in to change notification settings

rrrrares33/Sudoku-And-Cell-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-And-Cell-Extractor

You get a path to a file which contains multiple images taken by phone of a sudoku game on a paper. You should also add the number of images to the script.

  • TASK 1 assumes that all images contain normal sudoku games. After running the script for task_1, it should be able to extract information from the image about the sudoku, like: which cells are occupied, which are not and for bonus it should also be able to recognize numbers and where they appear in the sudoku.
  • Example of result for task1 (without guessing the numbers):

* Example of result for task1 (with guessed numbers):



  • TASK 2 assumes that all images contain jigsaw sudoku games. After running the script for task_2, it should be able to extract information from the image about the sudoku, like: which cells are occupied, which are not, how each sudoku is separate in different zones and, for bonus, it should also be able to recognize numbers and where they appear in the sudoku.
  • Example of result for task2(without guessing the numbers):

  • Example of result for task2(with guessed numbers):

About

Jupyter Notebook and Python script which extracts sudoku information from an photo of a sudoku on a paper. Information extracted can be: which cells are occupied and which are not, what numbers are in each cell and (for jigsaw) how cells are grouped into zones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published