https://github.com/vaithak/sudoku-image-solver
Solving sudoku puzzles with convolutional neural networks and image processing techniques.
https://github.com/vaithak/sudoku-image-solver
computer-vision machine-learning machine-learning-algorithms neural-networks python sudoku sudoku-solver
Last synced: 3 months ago
JSON representation
Solving sudoku puzzles with convolutional neural networks and image processing techniques.
- Host: GitHub
- URL: https://github.com/vaithak/sudoku-image-solver
- Owner: vaithak
- Created: 2020-06-12T10:41:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:16:24.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T16:27:40.609Z (over 1 year ago)
- Topics: computer-vision, machine-learning, machine-learning-algorithms, neural-networks, python, sudoku, sudoku-solver
- Language: Jupyter Notebook
- Homepage:
- Size: 28.7 MB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku Image Solver
A tool for solving sudoku puzzles by sending image of the puzzle as input.[Video Demo](https://youtu.be/zLT7nHLe0bs)
### Complete pipeline

### Run locally
Dependencies: python3.6+, gcc, swig.
**Recommended:** Run the below instructions inside a python virtual environment.1) After cloning the repo, run `pip install requirements.txt` in the cloned folder.
2) Then in the GridSolverFolder, run `python setup.py build_ext --inplace`.
3) Now, you can start the app from main folder by running `streamlit run app.py`.
**If you can improve any part in the pipeline or fix any bug in the codebase, please make a PR** :smile: