Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -31
requirements.txt
CHANGED
@@ -1,32 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
torch==2.1.2
|
5 |
-
pillow==10.2.0
|
6 |
-
python-dotenv==1.0.0
|
7 |
-
pytesseract
|
8 |
Pillow
|
9 |
-
|
10 |
-
|
11 |
-
# PDF Processing
|
12 |
-
pymupdf==1.23.7
|
13 |
-
|
14 |
-
# Image Processing and OCR
|
15 |
-
pytesseract==0.3.10
|
16 |
-
opencv-python-headless==4.8.1.78
|
17 |
-
numpy==1.26.2
|
18 |
-
|
19 |
-
# Translation and NLP Models
|
20 |
-
sentencepiece==0.1.99
|
21 |
-
sacremoses==0.1.1
|
22 |
-
|
23 |
-
# Hugging Face Integration
|
24 |
-
huggingface-hub==0.20.3
|
25 |
-
|
26 |
-
# Error Tracking (Optional)
|
27 |
-
sentry-sdk==1.39.1
|
28 |
-
|
29 |
-
# Development and Testing
|
30 |
-
pytest==7.4.4
|
31 |
-
black==23.12.1
|
32 |
-
flake8==6.1.0
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
+
pdfplumber
|
|
|
|
|
|
|
|
|
4 |
Pillow
|
5 |
+
langdetect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|