Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 356 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 356 Bytes

sudokuSolver

Goal of this project is build a sudoku solver with image input.

Technologies

  • We are going to use opencv libraries to read in a picture of a suduko game and use the Z3 Theorem solver to solve the sudoku.
  • The WebService is implemented via Django Rest Framework.
  • For the web application (frontend) we plan to use Angular and Ionic.