Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,14 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
python-multipart
|
| 4 |
-
|
| 5 |
-
pytesseract
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
python-multipart
|
| 4 |
+
PyMuPDF
|
| 5 |
+
pytesseract
|
| 6 |
+
Pillow
|
| 7 |
+
requests
|
| 8 |
+
reportlab
|
| 9 |
+
faiss-cpu
|
| 10 |
+
sentence-transformers
|
| 11 |
+
numpy
|
| 12 |
+
torch
|
| 13 |
+
torchvision
|
| 14 |
+
torchaudio
|