Create requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
insightface
|
2 |
+
numpy
|
3 |
+
opencv-python-headless
|
4 |
+
Pillow
|
5 |
+
scipy
|
6 |
+
torch
|
7 |
+
torchvision
|
8 |
+
onnxruntime
|
9 |
+
gradio==3.5
|
10 |
+
ray[serve]==2.2.0
|
11 |
+
fastapi==0.88.0
|
12 |
+
httpx==0.23.1
|
13 |
+
starlette==0.22.0
|
14 |
+
protobuf==3.20.*
|
15 |
+
huggingface_hub==0.12.1
|
16 |
+
requests
|
17 |
+
fastapi
|
18 |
+
uvicorn[standard]
|
19 |
+
python-multipart
|
20 |
+
mtcnn
|
21 |
+
tensorflow
|