Neurolingua
commited on
Commit
•
cc40f01
1
Parent(s):
955c3d0
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
Flask==3.0.2
|
2 |
Werkzeug==3.0.1
|
3 |
selenium==4.18.1
|
4 |
-
|
|
|
|
|
5 |
youtube-transcript-api==0.6.2
|
6 |
pypdf==4.1.0
|
7 |
PyPDF2==3.0.1
|
|
|
1 |
Flask==3.0.2
|
2 |
Werkzeug==3.0.1
|
3 |
selenium==4.18.1
|
4 |
+
torch==1.10.0
|
5 |
+
torchvision==0.11.1
|
6 |
+
easyocr==1.4
|
7 |
youtube-transcript-api==0.6.2
|
8 |
pypdf==4.1.0
|
9 |
PyPDF2==3.0.1
|