Spaces:
Runtime error
Runtime error
use git lfs
Browse files- requirements-dev.txt +11 -0
- requirements.txt +2 -8
requirements-dev.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-r requirements.txt
|
2 |
+
|
3 |
+
# Preprocessing
|
4 |
+
microsoft-bing-imagesearch
|
5 |
+
python-dotenv
|
6 |
+
pandas
|
7 |
+
tqdm
|
8 |
+
|
9 |
+
# visualization
|
10 |
+
jupyter
|
11 |
+
matplotlib
|
requirements.txt
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
# App
|
|
|
2 |
cmake # required for dlib (used by face_recognition)
|
3 |
face_recognition
|
4 |
annoy
|
5 |
-
|
6 |
-
gradio
|
7 |
-
|
8 |
-
# Preprocessing
|
9 |
-
microsoft-bing-imagesearch
|
10 |
-
python-dotenv
|
11 |
-
pandas
|
12 |
-
tqdm
|
|
|
1 |
# App
|
2 |
+
requests
|
3 |
cmake # required for dlib (used by face_recognition)
|
4 |
face_recognition
|
5 |
annoy
|
6 |
+
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|