haor commited on
Commit
7dc203f
1 Parent(s): bbc64e2

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch
2
+ torchvision
3
+ git+https://github.com/openai/CLIP.git
4
+ pandas
5
+ numpy
6
+ opencv-python
7
+ gradio
8
+ scipy
9
+ Pillow
10
+ onnxruntime
11
+ requests