Skip to content

computer vision

3 articles in this category.

computer vision

Oreiller: A Python Pillow Alternative

Really, oreiller is the french word for a pillow. I always heard about the PIL fork, Pillow but never used it. When I finally used it, I found it to be tedious sometimes. Like including emoj…

Abdur-Rahmaan Janhangeer

Chef

computer vision

The Ultimate Guide to Installing OpenCV on Raspberry Pi 3

OpenCV (Open Source Computer Vision Library) is the industry standard for image processing and computer vision. However, installing it on a Raspberry Pi 3 can be notoriously difficult. While modern…

Abdur-Rahmaan Janhangeer

Chef

computer vision

Machine Learning 101: Identifying Kitchen Cutlery with K-NN

Machine Learning can often feel like a “black box” of complex math and scary terminology like “Tensors” and “Neural Networks.” But at its core, Machine Learning is just applied statistics. …

Abdur-Rahmaan Janhangeer

Chef