chore: Add dependencies for signature detection model
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
onnxruntime
|
3 |
+
opencv-python-headless
|
4 |
+
numpy
|
5 |
+
Pillow
|
6 |
+
huggingface-hub
|
7 |
+
tqdm
|