Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.29.0
|
| 2 |
+
openai==1.12.0
|
| 3 |
+
PyMuPDF==1.23.3
|
| 4 |
+
pdf2image==1.16.3
|
| 5 |
+
Pillow==9.5.0
|
| 6 |
+
rapidfuzz==3.5.2
|
| 7 |
+
opencv-python==4.8.1.78
|
| 8 |
+
numpy==1.24.3
|
| 9 |
+
streamlit-drawable-canvas==0.9.3
|