https://github.com/dopevog/cv-sudoku-solver
OpenCv Python Smart Sudoku Solver!
https://github.com/dopevog/cv-sudoku-solver
ai opencv sudoku-solver
Last synced: about 1 year ago
JSON representation
OpenCv Python Smart Sudoku Solver!
- Host: GitHub
- URL: https://github.com/dopevog/cv-sudoku-solver
- Owner: dopevog
- License: mit
- Created: 2021-05-19T14:14:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T10:56:00.000Z (about 4 years ago)
- Last Synced: 2025-03-31T17:53:18.444Z (about 1 year ago)
- Topics: ai, opencv, sudoku-solver
- Language: Python
- Homepage:
- Size: 11.8 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Python Sudoku Solver Using OpenCv!
The porgram scans any image of a sudoku puzzle and solves it for you!
## Use It NOW
Clone the repo:
```
git clone https://github.com/dopevog/cv-sudoku-solver.git
cd cv-sudoku-solver
pip3 install opencv-python, numpy, tensorflow
python3 main.py
```

## License
This Project is [MIT Licensed](https://github.com/dopevog/cv-sudoku-solver/blob/main/LICENSE)