https://github.com/sanurb/streamlit-sudoku
Sudoku Solver with Python
https://github.com/sanurb/streamlit-sudoku
linnear-programming pyomo python soduku-solver
Last synced: 5 months ago
JSON representation
Sudoku Solver with Python
- Host: GitHub
- URL: https://github.com/sanurb/streamlit-sudoku
- Owner: sanurb
- Created: 2022-11-14T21:07:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T03:26:36.000Z (over 3 years ago)
- Last Synced: 2025-10-09T12:39:52.975Z (8 months ago)
- Topics: linnear-programming, pyomo, python, soduku-solver
- Language: Python
- Homepage: https://streamlit-sudoku.onrender.com
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku Solver with Python and Linear Programming
## Introducction
The objective of this project is to solve sodukus of size 9x9 using linear programming in order to apply what has been learned in the Operations Research course.
### Build With 🛠️
* [Python](https://www.python.org/)
* [Streamlit](https://streamlit.io/)
* [Pyomo](https://pyomo.readthedocs.io/en/stable/)
### Demo
* [see the demo](https://streamlit-sudoku.onrender.com/)

### Continued development
In the future I hope to add a function that allows the user to upload an image and with artificial intelligence read the numbers.
### :sagittarius: Author
> :man: Santiago Urbano Rivadeneira
> :e-mail: [E-mail](dsanturban@gmail.com)
> :octocat: [Github](https://github.com/sanurb)
> :bird: [Twitter](https://twitter.com/dsanturban)
> :blue_book: [Linkedin](https://www.linkedin.com/in/sanurb)