|
| 1 | +# Android TensorFlow Machine Learning Example |
1 | 2 |
|
| 3 | +## About Android TensorFlow Machine Learning Example |
| 4 | +* This is an example project for integrating [TensorFlow](https://github.com/tensorflow/tensorflow) into Android application |
| 5 | +* How to build TensorFlow project to use with Android project. |
| 6 | +* How to build TensorFlow library(.so file and jar file) to use with Android Application. |
| 7 | +* This project include an example for object detection for an image taken from camera using TensorFlow library. |
| 8 | + |
| 9 | +## [My Personal Blog - amitshekhar.me](https://amitshekhar.me/blog) - High-quality content to learn Android concepts. |
| 10 | + |
| 11 | +# [Check the Android TensorFlow Lite Machine Learning Example.](https://github.com/amitshekhariitbhu/Android-TensorFlow-Lite-Example) |
| 12 | + |
| 13 | +<p align="center"> |
| 14 | + <img src="https://raw.githubusercontent.com/amitshekhariitbhu/AndroidTensorFlowMachineLearningExample/master/assets/keyboard_example.png" width="250"> |
| 15 | + <img src="https://raw.githubusercontent.com/amitshekhariitbhu/AndroidTensorFlowMachineLearningExample/master/assets/pen_example.png" width="250"> |
| 16 | + <img src="https://raw.githubusercontent.com/amitshekhariitbhu/AndroidTensorFlowMachineLearningExample/master/assets/wallet_example.png" width="250"> |
| 17 | +</p> |
| 18 | +<img src=https://raw.githubusercontent.com/amitshekhariitbhu/AndroidTensorFlowMachineLearningExample/master/assets/sample_combined.png > |
| 19 | +<br> |
| 20 | +<br> |
| 21 | + |
| 22 | +### Find this project useful ? :heart: |
| 23 | +* Support it by clicking the :star: button on the upper right of this page. :v: |
| 24 | + |
| 25 | +### Credits |
| 26 | +* The classifier example has been taken from Google TensorFlow example. |
| 27 | + |
| 28 | +### License |
| 29 | +``` |
| 30 | + Copyright (C) 2022 Amit Shekhar |
| 31 | +
|
| 32 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 33 | + you may not use this file except in compliance with the License. |
| 34 | + You may obtain a copy of the License at |
| 35 | +
|
| 36 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 37 | +
|
| 38 | + Unless required by applicable law or agreed to in writing, software |
| 39 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 40 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 41 | + See the License for the specific language governing permissions and |
| 42 | + limitations under the License. |
| 43 | +``` |
| 44 | + |
| 45 | +### Contributing to Android TensorFlow Machine Learning Example |
| 46 | +Just make pull request. You are in! |
0 commit comments