An open API service indexing awesome lists of open source software.

https://github.com/simarsingh24/tensorflowdetector-app

Object Classification using Google's powerful TensorFlow Library, it sends the classification result over the LAN to java sever (server2 in server repo of my github account) when triggered by fetch signal..
https://github.com/simarsingh24/tensorflowdetector-app

android classification lan tensorflow

Last synced: about 1 year ago
JSON representation

Object Classification using Google's powerful TensorFlow Library, it sends the classification result over the LAN to java sever (server2 in server repo of my github account) when triggered by fetch signal..

Awesome Lists containing this project

README

          

# Android TensorFlow Machine Learning Example
## About TensorFlowDetector
* This project uses AndroidTensorFlowMachineLearningExample by minddorks as base APP
* This project include an example for object detection for an image taken from camera using TensorFlow library, this app can be triggered remotely through a device it uses sockets for communication.
* This APP transfers the image classification result of TensorFlow to the device over LAN connection.

# [Read this article of MindDorks, It describes everything about building TensorFlow for Android.](https://blog.mindorks.com/android-tensorflow-machine-learning-example-ff0e9b2654cc)
## --These Image Extracts are property of MindDorks--










### Credits
* The classifier example has been taken from Google TensorFlow example.

### Contributing to Android TensorFlowDetectorApp
Just make pull request. You are in!