nbeuchat commited on
Commit
abffd83
1 Parent(s): e3012f6

use git lfs

Browse files
Files changed (2) hide show
  1. requirements-dev.txt +11 -0
  2. 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
- matplotlib
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