Skip to content

Commit 872b532

Browse files
Update README.md
1 parent c36cda6 commit 872b532

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

README.md

-53
Original file line numberDiff line numberDiff line change
@@ -1,54 +1 @@
1-
# Android TensorFlow Machine Learning Example
2-
[![Mindorks](https://img.shields.io/badge/mindorks-opensource-blue.svg)](https://mindorks.com/open-source-projects)
3-
[![Mindorks Community](https://img.shields.io/badge/join-community-blue.svg)](https://mindorks.com/join-community)
4-
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/Apache-2.0)
5-
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/amitshekhariitbhu/AndroidTensorFlowMachineLearningExample/blob/master/LICENSE)
61

7-
<img src=https://raw.githubusercontent.com/MindorksOpenSource/AndroidTensorFlowMachineLearningExample/master/assets/ml_android.png >
8-
9-
## About Android TensorFlow Machine Learning Example
10-
* This is an example project for integrating [TensorFlow](https://github.com/tensorflow/tensorflow) into Android application
11-
* How to build TensorFlow project to use with Android project.
12-
* How to build TensorFlow library(.so file and jar file) to use with Android Application.
13-
* This project include an example for object detection for an image taken from camera using TensorFlow library.
14-
15-
# [Read this article. It describes everything about building TensorFlow for Android.](https://blog.mindorks.com/android-tensorflow-machine-learning-example-ff0e9b2654cc)
16-
17-
# [Check the Android TensorFlow Lite Machine Learning Example.](https://github.com/amitshekhariitbhu/Android-TensorFlow-Lite-Example)
18-
19-
<p align="center">
20-
<img src="https://raw.githubusercontent.com/MindorksOpenSource/AndroidTensorFlowMachineLearningExample/master/assets/keyboard_example.png" width="250">
21-
<img src="https://raw.githubusercontent.com/MindorksOpenSource/AndroidTensorFlowMachineLearningExample/master/assets/pen_example.png" width="250">
22-
<img src="https://raw.githubusercontent.com/MindorksOpenSource/AndroidTensorFlowMachineLearningExample/master/assets/wallet_example.png" width="250">
23-
</p>
24-
<img src=https://raw.githubusercontent.com/MindorksOpenSource/AndroidTensorFlowMachineLearningExample/master/assets/sample_combined.png >
25-
<br>
26-
<br>
27-
28-
### Find this project useful ? :heart:
29-
* Support it by clicking the :star: button on the upper right of this page. :v:
30-
31-
### Credits
32-
* The classifier example has been taken from Google TensorFlow example.
33-
34-
[Check out Mindorks awesome open source projects here](https://mindorks.com/open-source-projects)
35-
36-
### License
37-
```
38-
Copyright (C) 2017 MINDORKS NEXTGEN PRIVATE LIMITED
39-
40-
Licensed under the Apache License, Version 2.0 (the "License");
41-
you may not use this file except in compliance with the License.
42-
You may obtain a copy of the License at
43-
44-
http://www.apache.org/licenses/LICENSE-2.0
45-
46-
Unless required by applicable law or agreed to in writing, software
47-
distributed under the License is distributed on an "AS IS" BASIS,
48-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
49-
See the License for the specific language governing permissions and
50-
limitations under the License.
51-
```
52-
53-
### Contributing to Android TensorFlow Machine Learning Example
54-
Just make pull request. You are in!

0 commit comments

Comments
 (0)