Create requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
opencv-python-headless==4.10.0.84
|
| 2 |
+
imutils==0.5.4
|
| 3 |
+
moviepy==2.1.1
|
| 4 |
+
numpy==1.25.0
|
| 5 |
+
onnxruntime==1.20.1
|
| 6 |
+
onnx==1.17.0
|
| 7 |
+
insightface==0.7.3
|
| 8 |
+
matplotlib==3.10.0
|
| 9 |
+
streamlit==1.41.1
|
| 10 |
+
gradio==5.9.0
|
| 11 |
+
cmake==3.31.2
|
| 12 |
+
setuptools==65.5.1
|
| 13 |
+
mediapipe==0.10.20
|
| 14 |
+
python-dotenv==1.0.1
|
| 15 |
+
pillow==10.4.0
|
| 16 |
+
imageio==2.36.1
|
| 17 |
+
scikit-learn==1.6.0
|
| 18 |
+
scikit-image==0.25.0
|
| 19 |
+
imageio_ffmpeg==0.5.1
|
| 20 |
+
gradio
|
| 21 |
+
streamlit
|