Skip to content

Instantly share code, notes, and snippets.

@smitshilu
Created February 10, 2019 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smitshilu/62fe2e0f28e87e819eb48b1b868f4ed2 to your computer and use it in GitHub Desktop.
Save smitshilu/62fe2e0f28e87e819eb48b1b868f4ed2 to your computer and use it in GitHub Desktop.

Reproduce

# 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment