File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 99* This is an example project for creating machine learning model for MNIST to detect hand written digits.
1010* Check [ this project] ( https://github.com/MindorksOpenSource/AndroidTensorFlowMachineLearningExample ) for building tensorFlow for Android.
1111
12+
1213<p align =" center " >
1314 <img src =" https://raw.githubusercontent.com/MindorksOpenSource/AndroidTensorFlowMNISTExample/master/assets/1.png " width =" 250 " >
1415 <img src =" https://raw.githubusercontent.com/MindorksOpenSource/AndroidTensorFlowMNISTExample/master/assets/2.png " width =" 250 " >
@@ -25,7 +26,9 @@ To create model by yourself, install TensorFlow and run python scripts like
2526### Find this project useful ? :heart :
2627* Support it by clicking the :star : button on the upper right of this page. :v :
2728
28- The custom drawing view used in this project is taken from [ here] ( https://github.com/miyosuda/TensorFlowAndroidMNIST )
29+ ### Credits
30+ * The classifier example has been taken from Google TensorFlow example.
31+ * The custom drawing view used in this project is taken from [ here] ( https://github.com/miyosuda/TensorFlowAndroidMNIST ) .
2932
3033[ Check out Mindorks awesome open source projects here] ( https://mindorks.com/open-source-projects )
3134
You can’t perform that action at this time.
0 commit comments