arunmandal53 / facematch

Face match in python using Facenet and their pretrained model
99 stars 51 forks source link

Requirement.text #10

Open Naveenkumarar opened 5 years ago

Naveenkumarar commented 5 years ago

There is no requirement.text file

srajan-jha commented 5 years ago

There is no requirement.text file

I just packaged all the requirements of this project into a requirements.txt file and added it to the link here : https://gist.github.com/srajan-jha/30c80073a4e4bb207170e5e2010cf941. Download and extract it to the project's folder.

OR

You can follow these instructions -

  1. Add a new file to the folder containing this project named requirements.txt
  2. Copy and Paste all of the content from the above link into that file
  3. Save and re-run