Commit
·
f85a444
1
Parent(s):
472aaf0
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python
|
2 |
+
requests
|
3 |
+
Pillow
|
4 |
+
matplotlib
|
5 |
+
numpy
|
6 |
+
torch
|
7 |
+
pandas
|
8 |
+
git+https://github.com/huggingface/transformers
|
9 |
+
gradio
|