Shawn-Shan / fawkes

Fawkes, privacy preserving tool against facial recognition systems. More info at https://sandlab.cs.uchicago.edu/fawkes
https://sandlab.cs.uchicago.edu/fawkes
BSD 3-Clause "New" or "Revised" License
5.22k stars 481 forks source link

Publish requirements.txt #173

Open ph00lt0 opened 1 year ago

ph00lt0 commented 1 year ago

Please export your pip list. It's completely unclear how to run your package as dependency versions are a guess at this point

drjasonharrison commented 1 year ago

For example, installing fawkes using pip doesn't install these additional requirements. This may not be an exhaustive list, and it does not include versions:

ph00lt0 commented 1 year ago

well generally a list of requirements would be great @drjasonharrison

Sinux1 commented 1 year ago

This is what I used with Python 3.9 that worked install_requires = [ 'numpy==1.19.5', 'tensorflow==2.5.1', 'keras==2.4.3', 'mtcnn', 'pillow==8.0.0', 'bleach==4.1.0', 'six==1.15.0', 'h5py~= 3.1.0', 'protobuf==3.15.0' ]