Moshe-Malka / FaceDetector

A project to detect facein a web camera and upload that image to the AWS S3 for further analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FaceDetector

SETUP

install the fallowing packages: boto3 watchdog Pillow opencv-python imutils

USAGE

first run the face detector: python3 detect_faces_video.py -p deploy.prototxt.txt -m res10_300x300_ssd_iter_140000.caffemodel

then run the images folder detector: python3 images_tracker.py

About

A project to detect facein a web camera and upload that image to the AWS S3 for further analysis


Languages

Language:Python 100.0%