Skip to content

Commit bac2541

Browse files
committed
Update 08_Android.md
1 parent 8c81816 commit bac2541

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • content/learning-paths/mobile-graphics-and-gaming/onnx

content/learning-paths/mobile-graphics-and-gaming/onnx/08_Android.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,4 +1052,8 @@ Despite these constraints, the application stands as a practical and self-contai
10521052

10531053
From here, there are many natural directions for improvement. You could enhance robustness by incorporating additional training data or more advanced preprocessing, extend the app to use live camera input with CameraX, refine the user experience with animations and progress feedback, or experiment with quantized models on devices that support additional execution providers. The same architectural pattern can also be applied beyond Sudoku, to other document- or grid-based vision problems where lightweight, on-device inference is essential.
10541054

1055-
This concludes the learning path and provides a solid foundation for building, optimizing, and deploying ONNX-based machine learning applications on Arm64 and mobile platforms.
1055+
This concludes the learning path and provides a solid foundation for building, optimizing, and deploying ONNX-based machine learning applications on Arm64 and mobile platforms.
1056+
1057+
## Companion code
1058+
1. (Sudoku solver) [https://github.com/dawidborycki/SudokuSolverOnnx.git]
1059+
2. (Python code) [https://github.com/dawidborycki/ONNX-LP.git]

0 commit comments

Comments
 (0)