Let's Sipeed up, Maximize AI's power!
MaixPy (v4): Easily create AI projects with Python on edge device
English | 中文
MaixPy offers simple Python programming combined with powerful edge computing hardware. Integrated hardware peripheral operations, video streaming, AI vision algorithms, and audio algorithms etc. With its plug-and-play design, MaixPy enables you to quickly implement your intelligent projects.
Additionally, MaixPy provides the MaixVision IDE, MaixHub online training platform, detailed documentation, and even a C/C++ SDK with identical APIs, ensuring seamless development and production deployment.
Here is a partial video demonstration of the features. For more documentation, please visit the official website: wiki.sipeed.com/maixpy/
Concise and Efficient Code (API) DesignIf you like this project, please click Star on the top right of the MaixPy Project to encourage us to develop more exciting content!
With MaixPy you can easily create AI vision project within 10 lines of code:
from maix import camera, display, image, nn classifier = nn.Classifier(model="/root/models/mobilenetv2.mud") cam = camera.Camera(classifier.input_width(), classifier.input_height(), classifier.input_format()) disp = display.Display() while 1: img = cam.read() res = classifier.classify(img) max_idx, max_prob = res[0] msg = f"{max_prob:5.2f}: {classifier.labels[max_idx]}" img.draw_string(10, 10, msg, image.COLOR_RED) disp.show(img)
Simply use hardware peripheral like serial port:
from maix import uart devices = uart.list_devices() serial = uart.UART(devices[0], 115200) serial.write_str("hello world") print("received:", serial.read(timeout = 2000))
We also provide a handy MaixVision workstation software to make development easier and faster:
maixvision.mp4MaixHub provide free online AI train service, one click to train AI model and deploy to MaixCAM even you have no AI knowledge and expensive training equipment.
Hardware platform MaixCAMAnd we provide two powerful hardware platform MaixCAM and MaixCAM-Pro, with datasheet register level open.
CPU NPU Memory - 1GHz RISC-V(Linux)MaixPy provide easy-to-use API to access NPU, and docs to help you develop your AI model.
MaixPy provide easy-to-use API, PC tools, online AI train service ... Let you focus on teaching AI, not the hardware and complicated software usage.
MaixPy provide Python API, so all you need is learn basic Python syntax, and MaixPy's API is so easy to use, you can make your project even in a few minutes.
MaixPy is easy to build projects, and provide corresponding C++ SDK, so you can directly use MaixPy to deploy or transfer Python code to C++ in a few minutes.
We provide many docs and tutorials, and lot of open source code, to help you find learning route, and grow up step by step. From simple Python programming to
Vision
,AI
,Audio
,Linux
,RTOS
etc.
Use MaixPy even graphic programming to develop your products with no more employees and time. For example, add a AI QA system to your production line, or add a AI security monitor to your office as your demand.
MaixPy integrate many functions and easy to use, fasten your work to win the competition in limited time. There are already many contestants win the competition with MaixPy.
K210 and v831 are outdated, they have many limitations in memory, performance, NPU operators missing etc.
No matter you are using them or new comer, it's recommended to upgrade to MaixCAM and MaixPy v4.
Here's the comparison between them:
Feature Maix-I K210 Maix-II v831 MaixCAM CPU 400MHz RISC-V x2 800MHz ARM7 1GHz RISC-V(Linux)MaixPy not only a Python SDK, but have a whole ecosystem, including hardware, software, tools, docs, even cloud platform etc. See the picture below:
What difference between MaixPy v1, MaixPy3 and MaixPy v4?(MaixPy v4 Will not support Maix-I K210 series, if you are using Maix-I K210 series, it's recommended to upgrade hardware platform to use this to get more features and better performance.)
If you want to compile MaixPy firmware from source code, refer to Build MaixPy source code page.
All files in this repository are under the terms of the Apache License 2.0 Sipeed Ltd. except the third-party libraries or have their own license.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4