SkillAgentSearch skills...

AISecurityCamera

A simple Security Camera example which detects motion and perform face recognition

Install / Use

/learn @smitshilu/AISecurityCamera
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AISecurityCamera

This is a simple Security Camera example which detects motion and perform face recognition using OpenCV and dlib on Raspberry PI.

Blog Post: Medium

Video: YouTube

Demo

Demo

Required libraries on PI:

  1. dlib
  2. opencv
  3. numpy

Getting Stared

# clone this repo
git clone https://github.com/smitshilu/AISecurityCamera.git
cd AISecurityCamera

# Start the Camera feed using following commnad
python start.py

# If you want to save a new face encoding
python save_new_face.py -f image.jpg -n "Smit"
OR
python save_new_face.py -f image.png -n "Smit"

Related Skills

View on GitHub
GitHub Stars34
CategoryEducation
Updated6mo ago
Forks14

Languages

Python

Security Score

87/100

Audited on Sep 15, 2025

No findings