Skip to content

Este código resuelve el Sudoku utilizando un enfoque de prueba y error, retrocediendo cuando se encuentra un conflicto.

Notifications You must be signed in to change notification settings

BernaolaBarrientos/Sudoku_backtracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver with Image Recognition

Overview

This project involves solving Sudoku puzzles by reading images, analyzing the Sudoku grid, and applying a backtracking algorithm to find the solution. The solution integrates advanced image recognition techniques to detect and interpret Sudoku puzzles from images, and employs a backtracking algorithm to solve them efficiently.

Features

  • Image Recognition: Utilizes artificial intelligence for accurate detection of Sudoku digits from images.
  • Sudoku Solver: Implements a backtracking algorithm to resolve Sudoku puzzles.
  • Visualization: Displays the Sudoku grid before and after solving.

Requirements

  • Python 3.x
  • OpenCV: For image processing and digit recognition.
  • Tesseract OCR: Optical Character Recognition for reading digits from images.
  • NumPy: For numerical operations.

About

Este código resuelve el Sudoku utilizando un enfoque de prueba y error, retrocediendo cuando se encuentra un conflicto.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages