amitshekhariitbhu/AndroidTensorFlowMachineLearningExample
Android TensorFlow MachineLearning Example (Building TensorFlow for Android)
Demonstrates real-time object detection on camera frames using TensorFlow's full inference engine compiled to native Android libraries (.so and .jar files). The project includes complete build instructions for compiling TensorFlow from source for ARM architecture, then integrating the resulting native bindings into an Android application for on-device ML inference.
1,441 stars. No commits in the last 6 months.
Stars
1,441
Forks
425
Language
Java
License
Apache-2.0
Category
Last pushed
May 02, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/amitshekhariitbhu/AndroidTensorFlowMachineLearningExample"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
geekwenjie/SmartJavaAI
🔥🔥🔥Java免费离线AI算法工具箱,支持人脸识别,活体检测,表情识别、目标检测、实例分割、行人检测、OCR文字识别、车牌识别、表格识别、ASR+TTS、机器翻译等功能,Maven引用即可使用。...
amitshekhariitbhu/Android-TensorFlow-Lite-Example
Android TensorFlow Lite Machine Learning Example
jenly1314/MLKit
🌝 MLKit是一个强大易用的工具包。通过ML Kit您可以很轻松的实现文字识别、条码识别、图像标记、人脸检测、对象检测等功能。
HMS-Core/hms-ml-demo
HMS ML Demo provides an example of integrating Huawei ML Kit service into applications. This...
amitshekhariitbhu/AndroidTensorFlowMNISTExample
Android TensorFlow MachineLearning MNIST Example (Building Model with TensorFlow for Android)