neeru1207 / AI_Sudoku

GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Creative Commons Zero v1.0 Universal
999 stars 153 forks source link

Expose functionality via REST API #13

Closed jusso-dev closed 4 years ago

jusso-dev commented 4 years ago

Awesome project, I'm just wondering, is there appetite to wrap the core functionality into a Flask rest endpoint? or at least point me to the core functionality required to expose said core functionality into a rest endpoint?

neeru1207 commented 4 years ago

I am not familiar with Web development so I don't quite understand what you are saying

vj68 commented 4 years ago

What @jusso-dev is saying is - wouldn't it be awesome if this project was hosted as a webapp, and people could play with it by uploading images! Many people display their projects by deploying a live demo. Deploying this as a flask/django app on heroku,AWS would be awesome!