Tag: Python
Facial Recognition on Raspberry Pi using Amazon Rekognition
Raspberry Pi – Leveraging Open CV for face detection and Amazon Rekognition for facial recognition.
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…
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….