Android app that takes a picture of a Sudoku puzzle and finds a solution. Senior Project in Comuputer Science at CSU, Chico.
The current plan is to make a basic android app that can take and send send a picture to a server for image processing. Then the server sends back the solution to display.
Todo
- Android App
- Setup app
- Take picture
- Send picture to server
- Display results
- Server
- Setup server
- Receive image
- Process image - python + opencv
- Image procesing
- OCR
- Solve
- Store / send image back