blazejkustra / sudoku-app

‎Sudoku "Scan&Solve" Python Application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudoku-app

The main goal was to build an app that is capable of helping with sudoku solving. Project expanded, and more functions appeared:

  • Generate random sudoku board
  • Import from file
  • Import from image and webcam (also capable of recognizing handwritten sudoku)
  • Timer and scoreboard

Technologies:

  • Python with Tkinter (GUI toolkit), OpenCV (real-time computer vision)
  • TensorFlow and Keras -> Convolutional Neural Network with "The Chars74K" image dataset for character recognition.

Scanning via webcam:

And the process behind it:

Team 👊

About

‎Sudoku "Scan&Solve" Python Application.


Languages

Language:Python 100.0%