Sutirtha commited on
Commit
8ded0c3
·
verified ·
1 Parent(s): 5c781ca

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Web UI
2
+ gradio>=3.20.0
3
+
4
+ # Image processing & HTTP
5
+ numpy>=1.24.0
6
+ Pillow>=9.4.0
7
+ requests>=2.31.0
8
+
9
+ # ONNX runtime & CV
10
+ onnxruntime>=1.14.1
11
+ opencv-python>=4.7.0.72