samuellimabraz commited on
Commit
c4a6256
·
unverified ·
1 Parent(s): e17c6a5

chore: Add dependencies for signature detection model

Browse files
Files changed (1) hide show
  1. 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