Nassiraaa commited on
Commit
42fb192
·
verified ·
1 Parent(s): 21e3c88

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -21
requirements.txt CHANGED
@@ -1,43 +1,43 @@
1
  # Core dependencies
2
- streamlit==1.28.0
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==1.23.7
10
- pdf2image==1.16.3
11
- python-docx==1.0.1
12
- PyPDF2==3.0.1
13
 
14
  # Image processing and OCR
15
- Pillow==9.5.0
16
- pytesseract==0.3.10
17
- opencv-python-headless==4.8.1.78
18
- easyocr==1.7.1
19
- paddleocr==2.7.0
20
- paddlepaddle==2.5.2
21
 
22
  # Machine Learning and Computer Vision
23
- ultralytics==8.0.202
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==1.0.9
30
- langid==1.1.6
31
 
32
  # AWS Integration
33
- boto3==1.28.68
34
 
35
  # Utility libraries
36
- numpy==1.26.2
37
- shapely==2.0.2
38
- python-bidi==0.4.2
39
- pyyaml==6.0.1
40
- python-dotenv==1.0.0
41
 
42
  # DocTR (Document Text Recognition)
43
- python-doctr==0.6.0
 
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