Skip to content

Take Sudoku puzzles out of their printed medium and solve them on your smartphone instead!

License

Notifications You must be signed in to change notification settings

spozer/sudokuai

Repository files navigation

SudokuAI

Take Sudoku puzzles out of their printed medium and solve them on your smartphone instead!

Using Computer Vision and AI this app can detect and extract Sudoku grids from images and display them as digital puzzles on the users phone.

     

How to build

You need to have Flutter and Android SDK installed.

First you need to setup third-party JNI libraries and update the sudoku_scanner plugin:

cd sudoku_scanner
sh setup.sh
flutter pub get
cd ..

Then update the main app and run the build command:

flutter pub get
flutter run

You can run flutter build apk --split-per-abi to build an apk for each platform instead of one big one.

Note

Read here for more information on how to debug and test the sudoku_scanner plugin!

About

Take Sudoku puzzles out of their printed medium and solve them on your smartphone instead!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published