Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 735 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 735 Bytes

Sudoku Solver

This application automatically recognizes Sudoku(9x9) and Hexadoku(16x16) puzzles and solves them.

Overview

First, the input image taken from the file or camera feed is processed and the input digits are recognized. Afterwards the puzzle is being solved and the results are shown on the processed input image.

Demo

Setup

  1. Make sure Python3.10 and g++ is installed.
  2. Clone the repository.
  3. Install requirements.
    pip install -r requirements.txt
  4. Run the application.
    streamlit run main.py

Note: For solving Hexadoku puzzles, configure the Google Cloud Vision API.