Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.15.0
|
2 |
+
tensorflow==2.14.0
|
3 |
+
opencv-python
|
4 |
+
numpy
|
5 |
+
Pillow
|
6 |
+
matplotlib
|
7 |
+
transformers
|
8 |
+
torch
|
9 |
+
sentence-transformers
|
10 |
+
scikit-learn
|
11 |
+
sounddevice
|
12 |
+
scipy
|
13 |
+
requests
|
14 |
+
flask
|
15 |
+
pytesseract
|
16 |
+
python-docx
|
17 |
+
pydub
|