Skip to content

Latest commit

 

History

History
76 lines (39 loc) · 1.84 KB

Readme.md

File metadata and controls

76 lines (39 loc) · 1.84 KB

An Augmented Sudoku Solution Generator

python cargo

So my aim was to create a project to solve the sudoku puzzle just using the image of it and Augmenting the solution back to the original Image.

It is a fairly under developed project and contains many glitches.


Technology Used

  • Python
  • Rust
  • Opencv

Working Flow

We are using Opencv to Locate the Sudoku block in the image.

After getting the cropped image , next job is to remove the extra noise and fill the openings if any and get the number contours.

Next is to detect the numbers using our ML model and create a digital copy of the whole sudoku puzzle

After getting the digits recognized, we will be using our Python library Written in Rust to Solve the Sudoku and get the solution

Once we have the solution its time to mask it over our original image.


Usage

python3 main.py


Features

  • Uses Rust module to Solve Sudoku hence Super Fast
  • Automatically Detects Sudoku Block

To-DO

  • Detect Sudoku Block in live video stream and solve

License

License