Posted in Programming Raspberry Pi

Facial Recognition on Raspberry Pi using Amazon Rekognition

Raspberry Pi – Leveraging Open CV for face detection and Amazon Rekognition for facial recognition.

Continue Reading
Posted in Programming Raspberry Pi

How to install OpenCV on Raspberry Pi 3B+

Ensure that OS is current and updated. I am currently using Raspbian Stretch OS. Open a terminal and run the below: Install screen(to ensure process…

Continue Reading
Posted in Programming Raspberry Pi

Run Python On Your Raspberry Pi As background Service

There are many ways to run a python program as a background service on your raspberry pi at startup. We will use the systemd method….

Continue Reading