Sudoku Solutions from Image

Sudoku Solutions from Image: Computer Vision

A program that detects sudoku puzzle from an image and solves it using recursion.
Check the github repository here: Sudoku Solutions from Image

The project is divided into three parts:

Part One: Digit Classification Model

In this section:

Part Two: Detecting and Reading the Sudoku from an Image

In this section:

Part Three: Solving the Puzzle

In this section:

Built With