Close

Machine Learning implemented

A project log for Infrared Home Intrusion System

Thermal imaging with MLX90642 32x24 InfraRed (IR) array

florian-wilhelm-dirnbergerFlorian Wilhelm Dirnberger 01/24/2026 at 07:000 Comments

I finally got around creating an ML program for recognizing persons close-by (also done with Python, the "webcrawling" routine and the trained ML model is now put into one script). 

I went with "binary classification": comparatively easy to implement for there exist many code examples, the actual work was rather gathering proper training data for the algorithm. 

In my github repo you can find those algorithms in case you're interested. 

Discussions