-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
43 lines (39 loc) · 920 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
beautifulsoup4 = "*"
joblib = "*"
tqdm = "*"
scikit-learn = "*"
Pillow = "*"
# dlib = "*"
# face_recognition = "*"
numpy = "*"
opencv-python-headless = "*"
colorama = "*"
matplotlib = "*"
cmake = "*"
requests = "*"
tensorflow = "*"
wheel = "*"
keras_preprocessing = "*"
opencv-contrib-python = "==4.5.5.64"
umap-learn = "*"
h5py = "*"
pyclustering = "*"
pandas = "*"
aiohttp = "*"
lxml = "*"
aiofiles = "*"
aiodns = "*"
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3"
[scripts]
auto-run = "bash -c 'python main.py && python graph.py && python render_graph.py && python ranking.py'"
post-processing = "bash -c 'python post-processing.py'"
upload-log = "python -c 'import firebase_storage_upload;firebase_storage_upload.upload_log()'"
visualize = "bash -c 'python graph.py'"