In recent years, with the development of machine learning technology, the on-device machine learning applications are getting more and more popular on mobile phones or IoT devices.
For the AI application developers, it is efficient to use a great machine learning framework to develop AI applications.
MACE-Kit provides various APIs for usage services, such as Face Detection and Recognition, Person Segmentation, Speech Recognition and so on. You can use these APIs to deploy your models and applications easily.
|
中文
- Face Detection
- Face Recognition
- Object Detection
- Person Segmentation
- Speech Recognition
- ……
Software | Installation command | Tested version |
---|---|---|
ADB | apt-get install android-tools-adb | Required by Android run, >= 1.0.32 |
Android NDK | NDK installation guide | Required by Android build, r17c |
CMake | apt-get install cmake | >= 3.11.3 |
Build with Android NDK
tool/cmake-build-android-armeabi-v7a.sh
Test on android
tool/cctest-android.sh
For more information(User Guide for Demos, How to contribute, FAQs), please read the documentation.
For third party dependencies, please refer to thier licenses.