Ankit Kumar
commited on
Commit
•
d31b8c6
1
Parent(s):
ea3e1dd
init!
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.11.3
|
2 |
+
tensorflow==2.7.0
|
3 |
+
numpy==1.21.5
|
4 |
+
matplotlib==3.5.1
|
5 |
+
Pillow==9.0.1
|
6 |
+
opencv-python-headless==4.5.4.58
|