Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers @ git+https://github.com/huggingface/transformers
|
3 |
+
torch
|
4 |
+
torchvision
|
5 |
+
opencv-python-headless
|
6 |
+
ffmpeg-python
|
7 |
+
tqdm
|
8 |
+
pillow
|
9 |
+
supervision
|
10 |
+
trackers[deepsort] @ git+https://github.com/roboflow/trackers
|
11 |
+
spaces
|
12 |
+
imageio[pyav]
|