darshpanchal / edgetpu-face-recognition

Face Recognition using Coral USB Accelerator, Flask and SocketIO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Recognition using Coral USB Accelerator, Flask and Socketio

Prerequisite:

Dependencies:

  • Pycoral
  • tflite-runtime==2.5.0
  • Flask
  • Flask-socketio
  • PIL
  • Numpy
  • OpenCV

faceext.py is a helper script you can use to extract face from images for further training.

Usage:

  • python server.py --model path_to_model --labels path_to_label_file --haar path_to_haar_cascade
  • For faceext, python faceext.py --get path_of_folder_to_source_images --save path_to_location_to_save

About

Face Recognition using Coral USB Accelerator, Flask and SocketIO.

License:Apache License 2.0


Languages

Language:Python 64.4%Language:JavaScript 22.6%Language:HTML 13.0%