MNN: Fast On-Device AI
Run highly optimized machine learning on small devices, like phones or robots, using MNN.
"A founder of a robotics startup wants to create a self-driving wheelchair. First, they connect a camera to their prototype. Then, they write code that uses MNN to detect obstacles and adapt the path. Finally, they test the device in different environments, refining its AI."
- โขWhen you need to deploy AI models on edge devices with limited computational resources
- โขWhen you want to improve the performance and efficiency of your on-device AI applications
- โขWhen you need a battle-tested and widely adopted inference engine for your startup's AI projects
mnn::Interpreter interpreter('model.mnn'); mnn::Session session(interpreter); session.run({'input': input_data}, {'output': output_data});Skip the builder โ one click puts this in Claude, Cursor, Antigravity and more.
Expect 20โ40 minutes in a terminal โ or let your AI agent drive it.
mkdir -p ~/.claude/skills/mnn && curl -fsSL https://workflowstacks.com/api/skills/mnn/claude-skill -o ~/.claude/skills/mnn/SKILL.mdOpens the app with this repo with the prompt ready to go โ no copy-paste needed.
MNN: Fast On-Device AI is a very large C++ project (~1.2M lines across 5457 code files, plus 572 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, Apache-2.0 license, has a test suite.
- 1README.mdStart here โ what it does and how to install it
- 2AGENTS.mdThe instructions the AI actually follows
- 3source/backend/hexagon/README.mdInside source/ โ the main logic begins here
- 4demo/exec/CMakeLists.txtA worked example โ copy this to get going
Skip the builder โ one click puts this in Claude, Cursor, Antigravity and more.
Expect 20โ40 minutes in a terminal โ or let your AI agent drive it.
mkdir -p ~/.claude/skills/mnn && curl -fsSL https://workflowstacks.com/api/skills/mnn/claude-skill -o ~/.claude/skills/mnn/SKILL.mdOpens the app with this repo with the prompt ready to go โ no copy-paste needed.
Are you the creator of this tool? Claim your listing โ and earn 85% of every sale.
Related skills
More local-ai tools founders pair with this one.