Skip to content

Commit 73a2686

Browse files
committed
Updated readme and added requirments
1 parent d033f65 commit 73a2686

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Recognize and blur all faces in photo.
77
1. [face recognition](https://github.com/ageitgey/face_recognition)
88

99
## Usage
10-
python faceblur [source image/source folder] [destination image/destination folder]
10+
python faceblur.py [source image/source folder] [destination image/destination folder]
1111

1212
Blur all faces in a photo or all photo in source folder.
1313

requirements.txt

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
absl-py==0.9.0
2+
astor==0.8.1
3+
cachetools==4.0.0
4+
certifi==2019.11.28
5+
chardet==3.0.4
6+
click==7.1.1
7+
dlib==19.19.0
8+
face-recognition==1.3.0
9+
face-recognition-models==0.3.0
10+
gast==0.2.2
11+
google-auth==1.13.1
12+
google-auth-oauthlib==0.4.1
13+
google-pasta==0.2.0
14+
grpcio==1.28.1
15+
h5py==2.10.0
16+
idna==2.9
17+
Keras-Applications==1.0.8
18+
Keras-Preprocessing==1.1.0
19+
Markdown==3.2.1
20+
numpy==1.18.2
21+
oauthlib==3.1.0
22+
opencv-python==4.2.0.34
23+
opt-einsum==3.2.0
24+
Pillow==7.1.1
25+
protobuf==3.11.3
26+
pyasn1==0.4.8
27+
pyasn1-modules==0.2.8
28+
requests==2.23.0
29+
requests-oauthlib==1.3.0
30+
rsa==4.0
31+
scipy==1.4.1
32+
six==1.14.0
33+
tensorboard==2.1.1
34+
tensorflow-estimator==2.1.0
35+
termcolor==1.1.0
36+
urllib3==1.25.8
37+
Werkzeug==1.0.1
38+
wrapt==1.12.1

0 commit comments

Comments
 (0)