Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/transformers.git
|
2 |
+
torch
|
3 |
+
opencv-python
|
4 |
+
PIL
|
5 |
+
matplotlib
|
6 |
+
paddlehub
|
7 |
+
numpy
|
8 |
+
imageio
|