All Projects → smitshilu → AISecurityCamera

smitshilu / AISecurityCamera

Licence: Apache-2.0 License
A simple Security Camera example which detects motion and perform face recognition

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to AISecurityCamera

face-recognition
🙂 An OpenCV application that can detect & recognize your face in real-time
Stars: ✭ 13 (-51.85%)
Mutual labels:  face-recognition, face-detection
Contactless-Attendance-System
✨ A Contactless Attendance System where your face is identified for Attendance.
Stars: ✭ 20 (-25.93%)
Mutual labels:  face-recognition, face-detection
WreckFaceApp
Android application for gender, age and face recognition using OpenCV and JavaCV libraries
Stars: ✭ 21 (-22.22%)
Mutual labels:  face-recognition, face-detection
OpenCV-Face-Recognition-Android
Face Detection & Recognition on Android using OpenCV
Stars: ✭ 28 (+3.7%)
Mutual labels:  face-recognition, face-detection
shunyaface
Fast Face Recognition on the edge
Stars: ✭ 49 (+81.48%)
Mutual labels:  face-recognition, face-detection
double-take
Unified UI and API for processing and training images for facial recognition.
Stars: ✭ 585 (+2066.67%)
Mutual labels:  home-automation, face-recognition
WhoAreYou
Face detection and recognition with CoreML and ARKit
Stars: ✭ 91 (+237.04%)
Mutual labels:  face-recognition, face-detection
Face-Recognition-using-Raspberry-Pi
A small project which does face detection using OpenCV library.
Stars: ✭ 48 (+77.78%)
Mutual labels:  face-recognition, face-detection
Face-X
Demonstration of different algorithms and operations on faces. Join the Discord channel for discussion.
Stars: ✭ 226 (+737.04%)
Mutual labels:  face-recognition, face-detection
face-swap
换脸程序
Stars: ✭ 32 (+18.52%)
Mutual labels:  face-recognition, face-detection
face
[deprecated] 👽 Face Recognition package for Laravel
Stars: ✭ 37 (+37.04%)
Mutual labels:  face-recognition, face-detection
facenet-darknet-inference
Face recognition using facenet
Stars: ✭ 29 (+7.41%)
Mutual labels:  face-recognition, face-detection
Face-Recognition
Machine Learning project to recognise faces from an Image just like facebook or video stream
Stars: ✭ 95 (+251.85%)
Mutual labels:  face-recognition, face-detection
zed face
zedboard上基于FPGA+ARM的人脸识别智能监控系统。关键词:linux,zedboard,arm,fpga,人脸检测,人脸识别。
Stars: ✭ 38 (+40.74%)
Mutual labels:  face-recognition, face-detection
T System
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions
Stars: ✭ 17 (-37.04%)
Mutual labels:  face-recognition, face-detection
Face Detection HOG
Face Detection using HOG and SVM
Stars: ✭ 13 (-51.85%)
Mutual labels:  face-recognition, face-detection
bnk48-face-recognition
Facial Recognition Web App using React.js and face-api.js
Stars: ✭ 41 (+51.85%)
Mutual labels:  face-recognition, face-detection
tryonface
Simple video-based eyewear virtual try on
Stars: ✭ 57 (+111.11%)
Mutual labels:  face-recognition, face-detection
Look4Face
Demo of Face Recognition web service
Stars: ✭ 23 (-14.81%)
Mutual labels:  face-recognition, face-detection
pigallery
PiGallery: AI-powered Self-hosted Secure Multi-user Image Gallery and Detailed Image analysis using Machine Learning, EXIF Parsing and Geo Tagging
Stars: ✭ 35 (+29.63%)
Mutual labels:  face-recognition, face-detection

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"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].