Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
notebook==6.5.4
|
2 |
+
openai==0.27.8
|
3 |
+
gradio==3.39.0
|
4 |
+
numpy
|
5 |
+
scipy
|
6 |
+
openpyxl
|
7 |
+
xlrd
|
8 |
+
xlwt
|
9 |
+
matplotlib
|
10 |
+
pandas
|
11 |
+
Pillow
|
12 |
+
opencv-python
|
13 |
+
PyPDF2
|
14 |
+
pdfminer.six
|
15 |
+
sympy
|
16 |
+
scikit-learn
|