An open API service indexing awesome lists of open source software.

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

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/)
![.](https://user-images.githubusercontent.com/60886336/205208233-f6874f0d-e232-4eed-a3ba-d3f49d7538e2.png)

### 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)