/sudoku_android

Android app implementation of sudoku_DL

Primary LanguageC++MIT LicenseMIT

Sudoku Solver - Android App

This repo contains an android implementation of the sudoku solver in sudoku_DL.

How to Setup

  • Download the repo.
  • Run the push.sh file in proto_files/ to move the model and network files into the mobile.
  • Install the app using Android Studio or using the apk found at app/build/outputs/apk/app-debug.apk.

Screenshots



Implementation

You can read more about the implementation in my blog here.

TODO

  • Improve the puzzle solving algorithm.
  • Imporve the look of the app - Overlay the solution on top of the puzzle similar to Google Word Lens.
  • Improve the grid extraction algorithm.