Sudoku solver using python and Opencv

Поделиться
HTML-код
  • Опубликовано: 19 окт 2021
  • This is an automatic sudoku solver using OpenCV and Deep learning, the project is deployed using FastApi and dockerized with docker.
    we use a digits classifier to get the puzzle then solve it in 5 steps :
    1: Read the image containing the Sudoku puzzle provided by the user ​(must be a 9X9 sudoku image)
    2: Locate the puzzle board and extract it
    3: Locate each of the cells of the Sudoku board and read the digit if exist
    4: Apply the sudoku solver algorithm
    5: Write the answer digits and display the output image
    Github repository: github.com/fawzirjili/sudoku-...
    Dockerhub repository: hub.docker.com/repository/doc...
    Heroku : sudoku-solver-fastapi.herokua...
    #opencv #python #sudoku #docker #dockerhub #computervision #deeplearning #fastapi #heroku

Комментарии • 6