https://github.com/gameofdimension/sudoku-terminator
solve sudoku by ocr
https://github.com/gameofdimension/sudoku-terminator
machine-learning ocr paddleocr sudoku
Last synced: about 1 year ago
JSON representation
solve sudoku by ocr
- Host: GitHub
- URL: https://github.com/gameofdimension/sudoku-terminator
- Owner: gameofdimension
- Created: 2023-05-27T08:05:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T01:55:59.000Z (about 3 years ago)
- Last Synced: 2025-01-31T22:06:54.831Z (over 1 year ago)
- Topics: machine-learning, ocr, paddleocr, sudoku
- Language: Python
- Homepage:
- Size: 1.24 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sudoku-terminator
----
### demo

### usage
1. prepare virtual env `pipenv install`
2. run solver `python web.py`. it might take a long time for the first run
### thanks
1. pyimagesearch.com for image processing
2. [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR) for ocr