/facesScanner

Finds all pictures with your face in dataset

Primary LanguagePython

facesScanner

Finds all pictures with your face in dataset

How to use it?

  1. Get a key to Azure Cognitive services - Face API. Assign it to subscription_key in file facelist.py
  2. Analyze your dataset with analyze.py. Path to dataset is stored in BASEDIR.

Important! Now it can store no more than 1,000 faces.

  1. Save your face to input.jpg and run search.py. All found pictures will be saved to a new folder
  2. Use delete.py to erase analyzed dataset.