Skip to content

Commit ed930cb

Browse files
Add image classifier source
1 parent a0334e6 commit ed930cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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

0 commit comments

Comments
 (0)