Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.
| Date | Stars |
|---|---|
| 2026-07-24 | 5043 |
| 2026-07-25 | 5043 |
| 2026-07-28 | 5043 |
| 2026-07-30 | 5043 |
| 2026-07-31 | 5043 |
| 2026-08-06 | 5046 |
| 2026-08-09 | 5045 |
| 2026-08-15 | 5044 |
| 2026-08-17 | 5044 |
| 2026-08-24 | 5046 |
| 2026-08-26 | 5046 |
| 2026-09-06 | 5046 |
| 2026-09-08 | 5047 |
| 2026-09-09 | 5047 |
| 2026-09-10 | 5049 |
| 2026-09-12 | 5048 |
| 2026-09-20 | 5048 |
Today
— stars today
This week
— stars this week
This month
+4 stars this month
Momentum
0.0
growth rate 0.00%/day
<div align="center">
<img src="docs/mace-logo.png" width="400" alt="MACE" />
</div>
[](LICENSE)
[](https://travis-ci.org/XiaoMi/mace)
[](https://gitlab.com/llhe/mace/pipelines)
[](https://readthedocs.org/projects/mace/badge/?version=latest)
[Documentation](https://mace.readthedocs.io) |
[FAQ](https://mace.readthedocs.io/en/latest/faq.html) |
[Release Notes](RELEASE.md) |
[Roadmap](ROADMAP.md) |
[MACE Model Zoo](https://github.com/XiaoMi/mace-models) |
[Demo](examples/android) |
[Join Us](JOBS.md) |
[中文](README_zh.md)
**Mobile AI Compute Engine** (or **MACE** for short) is a deep learning inference framework optimized for
mobile heterogeneous computing on Android, iOS, Linux and Windows devices. The design focuses on the following
targets:
* Performance
* Runtime is optimized with NEON, OpenCL and Hexagon, and
[Winograd algorithm](https://arxiv.org/abs/1509.09308) is introduced to
speed up convolution operations. The initialization is also optimized to be faster.
* Power consumption
* Chip dependent power options like big.LITTLE scheduling, Adreno GPU hints are
included as advanced APIs.
* Responsiveness
* UI responsiveness guarantee is sometimes obligatory when running a model.
Mechanism like automatically breaking OpenCL kernel into small units is
introduced to allow better preemption for the UI rendering task.
* Memory usage and library footprint
* Graph level memory allocation optimization and buffer reuse are supported.
The core library tries to keep minimum external dependencies to keep the
library footprint small.
* Model protection
* Model protection has been the highest priority since the beginning of
the design. Various techniques are introduced like converting models to C++
code and literal obfuscations.
* Platform coverage
* Good coverage of recent Qualcomm, MediaTek, Pinecone and other ARM based
chips. CPU runtime supports Android, iOS and Linux.
* Rich model formats support
* [TensorFlow](https://github.com/tensorflow/tensorflow),
[Caffe](https://github.com/BVLC/caffe) and
[ONNX](https://github.com/onnx/onnx) model formats are supported.
## Getting Started
* [Introduction](https://mace.readthedocs.io/en/latest/introduction.html)
* [Installation](https://mace.readthedocs.io/en/latest/installation/env_requirement.html)
* [Basic Usage](https://mace.readthedocs.io/en/latest/user_guide/basic_usage.html)
* [Advanced Usage](https://mace.readthedocs.io/en/latest/user_guide/advanced_usage.html)
## Performance
[MACE Model Zoo](https://github.com/XiaoMi/mace-models) contains
several common neural networks and models which will be built daily against a list of mobile
phones. The benchmark results can be found in [the CI result page](https://gitlab.com/llhe/mace-models/pipelines)
(choose the latest passed pipeline, click *release* step and you will see the benchmark results).
To get the comparison results with other frameworks, you can take a look at
[MobileAIBench](https://github.com/XiaoMi/mobile-ai-bench) project.
## Communication
* GitHub issues: bug reports, usage issues, feature requests
* Slack: [mace-users.slack.com](https://join.slack.com/t/mace-users/shared_invite/enQtMzkzNjM3MzMxODYwLTAyZTAzMzQyNjc0ZGI5YjU3MjI1N2Q2OWI1ODgwZjAwOWVlNzFlMjFmMTgwYzhjNzU4MDMwZWQ1MjhiM2Y4OTE)
* QQ群: 756046893
## Contributing
Any kind of contribution is welcome. For bug reports, feature requests,
please just open an issue without any hesitation. For code contributions, it's
strongly suggested to open an issue for discussion first. For more details,
please refer to [the contribution guide](https://mace.readthedocs.io/en/latest/development/contributing.html).
## License
[Apache LicenExcerpt of 4,879 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:385388fea71106b9, topic:deep-learning, topic:neural-network