Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +21 -21
requirements.txt
CHANGED
@@ -1,43 +1,43 @@
|
|
1 |
# Core dependencies
|
2 |
-
streamlit
|
3 |
langchain
|
4 |
langchain-openai
|
5 |
openai>=1.10.0,<2.0.0
|
6 |
pydantic>=2.5.2,<3.0.0
|
7 |
|
8 |
# PDF and document processing
|
9 |
-
PyMuPDF
|
10 |
-
pdf2image
|
11 |
-
python-docx
|
12 |
-
PyPDF2
|
13 |
|
14 |
# Image processing and OCR
|
15 |
-
Pillow
|
16 |
-
pytesseract
|
17 |
-
opencv-python-headless
|
18 |
-
easyocr
|
19 |
-
paddleocr
|
20 |
-
paddlepaddle
|
21 |
|
22 |
# Machine Learning and Computer Vision
|
23 |
-
ultralytics
|
24 |
torch==2.1.0+cpu
|
25 |
torchvision==0.16.0+cpu
|
26 |
-f https://download.pytorch.org/whl/torch_stable.html
|
27 |
|
28 |
# Natural Language Processing
|
29 |
-
langdetect
|
30 |
-
langid
|
31 |
|
32 |
# AWS Integration
|
33 |
-
boto3
|
34 |
|
35 |
# Utility libraries
|
36 |
-
numpy
|
37 |
-
shapely
|
38 |
-
python-bidi
|
39 |
-
pyyaml
|
40 |
-
python-dotenv
|
41 |
|
42 |
# DocTR (Document Text Recognition)
|
43 |
-
python-doctr
|
|
|
1 |
# Core dependencies
|
2 |
+
streamlit
|
3 |
langchain
|
4 |
langchain-openai
|
5 |
openai>=1.10.0,<2.0.0
|
6 |
pydantic>=2.5.2,<3.0.0
|
7 |
|
8 |
# PDF and document processing
|
9 |
+
PyMuPDF
|
10 |
+
pdf2image
|
11 |
+
python-docx
|
12 |
+
PyPDF2
|
13 |
|
14 |
# Image processing and OCR
|
15 |
+
Pillow
|
16 |
+
pytesseract
|
17 |
+
opencv-python-headless
|
18 |
+
easyocr
|
19 |
+
paddleocr
|
20 |
+
paddlepaddle
|
21 |
|
22 |
# Machine Learning and Computer Vision
|
23 |
+
ultralytics
|
24 |
torch==2.1.0+cpu
|
25 |
torchvision==0.16.0+cpu
|
26 |
-f https://download.pytorch.org/whl/torch_stable.html
|
27 |
|
28 |
# Natural Language Processing
|
29 |
+
langdetect
|
30 |
+
langid
|
31 |
|
32 |
# AWS Integration
|
33 |
+
boto3
|
34 |
|
35 |
# Utility libraries
|
36 |
+
numpy
|
37 |
+
shapely
|
38 |
+
python-bidi
|
39 |
+
pyyaml
|
40 |
+
python-dotenv
|
41 |
|
42 |
# DocTR (Document Text Recognition)
|
43 |
+
python-doctr
|