Skip to content

A real-time augmented reality sudoku solver application built using python. Check out various methods of solving sudoku, survey of optimized image processing techniques, analysis of compact neural networks, and more!

Notifications You must be signed in to change notification settings

Sudhansh6/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

This is a python application that solves the given sudoku board as seen through a camera in a live-feed. The solver places the solution digits in the live-feed directly, giving an augmented-reality effect.

Usage:

       python driver.py 0 <image_data_path> # For solving stored images
       python driver.py 1 # For live feed

About

A real-time augmented reality sudoku solver application built using python. Check out various methods of solving sudoku, survey of optimized image processing techniques, analysis of compact neural networks, and more!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages