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.
- Python
- Rust
- Opencv
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.
python3 main.py
- Uses Rust module to Solve Sudoku hence Super Fast
- Automatically Detects Sudoku Block
- Detect Sudoku Block in live video stream and solve
- MIT license
- Copyright 2020 © pr4k