Skip to content

XiaoMi/mace-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f151a85 · Dec 20, 2019

History

48 Commits
Apr 17, 2019
Dec 13, 2019
Dec 19, 2019
Dec 19, 2019
Dec 19, 2019
Dec 19, 2019
Dec 19, 2019
Dec 16, 2019
Dec 19, 2019
Sep 20, 2019
Dec 13, 2019
Sep 19, 2019
Sep 20, 2019
Dec 19, 2019
Dec 19, 2019

Repository files navigation

MACE-Kit: a Machine Learning Toolkit Powered by MACE

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.

License | 中文

Feature List

  • Face Detection
  • Face Recognition
  • Object Detection
  • Person Segmentation
  • Speech Recognition
  • ……

Environment requirement

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

How to build

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.

License

Apache License 2.0.

Notice

For third party dependencies, please refer to thier licenses.