TinyML on ESP32: Create Your Micro Machine Learning Tool in Just a Few Steps!

TinyML on ESP32: Create Your Micro Machine Learning Tool in Just a Few Steps!

In recent years, artificial intelligence (AI) technology has developed rapidly, but the high power consumption and cost associated with high-performance hardware have limited its application on edge devices. TinyML has emerged, bringing the powerful capabilities of machine learning to resource-constrained microcontrollers like the ESP32. This article will take you deep into the tinyml-esp project, allowing … Read more

TinyML-CAM: 80FPS Real-Time Image Recognition with 1KB Memory

TinyML-CAM: 80FPS Real-Time Image Recognition with 1KB Memory

In recent years, artificial intelligence (AI) technology has rapidly developed, but its high computational resource demands often limit its application scenarios. The emergence of TinyML (Tiny Machine Learning) brings hope for AI applications on edge devices. Today, we will introduce an astonishing TinyML project—TinyML-CAM, which can achieve real-time image recognition with incredible efficiency on extremely … Read more

Python and Machine Learning: Predict Next Week’s Weather

Python and Machine Learning: Predict Next Week's Weather

Last weekend, our long-awaited picnic was ruined by a sudden downpour. I couldn’t help but complain, “How great it would be to know the weather in advance!” Wait a minute, as a Python enthusiast, I can actually do something about it! Let’s see how we can use Python and machine learning to predict the weather … Read more