Maixduino

MaixPy #16: Maixduino Face Recognition | AI MicroPython

MaixPy #16: Maixduino Face Recognition | AI MicroPython A facial recognition system is a technology capable of matching a human face from a digital image or a video frame against a database of faces. Such a system is typically employed to authenticate users through ID verification services, and works by pinpointing and measuring facial features from a given image. Since their inception, facial recognition systems have seen wider

MaixPy #16: Maixduino Face Recognition | AI MicroPython Read More »

MaixPy #11 : Maixduino Speech Recognition | Firmware Update Part 1

MaixPy #11 : Maixduino Speech Recognition | Firmware Update Part 1 In this tutorial i will show how we can change that Maixduino firmware by installing a Linux subsystem that runs on a Windows 10 operating system. This will allow us to configure the firmware and make a new build for the Maixduino board. What

MaixPy #11 : Maixduino Speech Recognition | Firmware Update Part 1 Read More »

MaixPy #9: Maixduino Object Detection | AI MicroPython

MaixPy #9: Maixduino Object Detection | AI MicroPython Object detection is a computer technology related to computer vision and image processing that deals with detecting instances of semantic objects of a certain class (such as humans, buildings, or cars) in digital images and videos [2]. The object detection generic algorithm is: Identify and locate objects

MaixPy #9: Maixduino Object Detection | AI MicroPython Read More »

MaixPy #7: Maixduino OLED Display | I2C MicroPython

MaixPy #7: Maixduino OLED Display | I2C MicroPython The I2C protocol describes the operation of a serial communication bus that uses just two wires. Invented by Philips in the early 90’s, this protocol is widely used to connect low-speed peripherals to motherboards, microcontrollers, and related devices. In this tutorial, I am going to establish the

MaixPy #7: Maixduino OLED Display | I2C MicroPython Read More »