dembasowmr commited on
Commit
30db4a4
·
1 Parent(s): a032c74

Modified requirements.txt file.

Browse files
Files changed (1) hide show
  1. requirements.txt +149 -12
requirements.txt CHANGED
@@ -1,16 +1,153 @@
1
- requests
2
- pdf2image
3
- pytesseract
4
- FlagEmbedding
5
- python-dotenv
6
- pdfminer.six
7
- Pillow
8
- faiss-cpu
9
 
10
- chromadb
11
- fastapi
12
- uvicorn # For serving the FastAPI application
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  # System dependencies for Tesseract and Poppler on Linux
15
  # Hugging Face Spaces uses apt-get for these
16
- apt_packages = python3-dev libtesseract-dev libleptonica-dev poppler-utils
 
 
 
 
 
 
 
 
 
 
1
 
2
+ accelerate==1.7.0
3
+ aiohappyeyeballs==2.6.1
4
+ aiohttp==3.12.12
5
+ aiosignal==1.3.2
6
+ annotated-types==0.7.0
7
+ anyio==4.9.0
8
+ asgiref==3.8.1
9
+ attrs==25.3.0
10
+ backoff==2.2.1
11
+ bcrypt==4.3.0
12
+ beautifulsoup4==4.13.4
13
+ build==1.2.2.post1
14
+ cachetools==5.5.2
15
+ cbor==1.0.0
16
+ certifi==2025.4.26
17
+ cffi==1.17.1
18
+ charset-normalizer==3.4.2
19
+ chromadb==1.0.12
20
+ click==8.2.1
21
+ colorama==0.4.6
22
+ coloredlogs==15.0.1
23
+ cryptography==45.0.4
24
+ datasets==3.6.0
25
+ dill==0.3.8
26
+ distro==1.9.0
27
+ durationpy==0.10
28
+ faiss-cpu==1.11.0
29
+ fastapi==0.115.9
30
+ filelock==3.18.0
31
+ FlagEmbedding==1.3.5
32
+ flatbuffers==25.2.10
33
+ frozenlist==1.7.0
34
+ fsspec==2025.3.0
35
+ google-auth==2.40.3
36
+ googleapis-common-protos==1.70.0
37
+ grpcio==1.73.0
38
+ h11==0.16.0
39
+ httpcore==1.0.9
40
+ httptools==0.6.4
41
+ httpx==0.28.1
42
+ huggingface-hub==0.32.6
43
+ humanfriendly==10.0
44
+ idna==3.10
45
+ ijson==3.4.0
46
+ importlib_metadata==8.7.0
47
+ importlib_resources==6.5.2
48
+ inscriptis==2.6.0
49
+ ir_datasets==0.5.10
50
+ Jinja2==3.1.6
51
+ joblib==1.5.1
52
+ jsonschema==4.24.0
53
+ jsonschema-specifications==2025.4.1
54
+ kubernetes==33.1.0
55
+ lxml==5.4.0
56
+ lz4==4.4.4
57
+ markdown-it-py==3.0.0
58
+ MarkupSafe==3.0.2
59
+ mdurl==0.1.2
60
+ mmh3==5.1.0
61
+ mpmath==1.3.0
62
+ multidict==6.4.4
63
+ multiprocess==0.70.16
64
+ networkx==3.5
65
+ numpy==2.3.0
66
+ oauthlib==3.2.2
67
+ onnxruntime==1.22.0
68
+ opentelemetry-api==1.34.1
69
+ opentelemetry-exporter-otlp-proto-common==1.34.1
70
+ opentelemetry-exporter-otlp-proto-grpc==1.34.1
71
+ opentelemetry-instrumentation==0.55b1
72
+ opentelemetry-instrumentation-asgi==0.55b1
73
+ opentelemetry-instrumentation-fastapi==0.55b1
74
+ opentelemetry-proto==1.34.1
75
+ opentelemetry-sdk==1.34.1
76
+ opentelemetry-semantic-conventions==0.55b1
77
+ opentelemetry-util-http==0.55b1
78
+ orjson==3.10.18
79
+ overrides==7.7.0
80
+ packaging==25.0
81
+ pandas==2.3.0
82
+ pdf2image==1.17.0
83
+ pdfminer.six==20250506
84
+ peft==0.15.2
85
+ pillow==11.2.1
86
+ posthog==4.7.0
87
+ propcache==0.3.2
88
+ protobuf==5.29.5
89
+ psutil==7.0.0
90
+ pyarrow==20.0.0
91
+ pyasn1==0.6.1
92
+ pyasn1_modules==0.4.2
93
+ pycparser==2.22
94
+ pydantic==2.11.5
95
+ pydantic_core==2.33.2
96
+ Pygments==2.19.1
97
+ PyPika==0.48.9
98
+ pyproject_hooks==1.2.0
99
+ pyreadline3==3.5.4
100
+ pytesseract==0.3.13
101
+ python-dateutil==2.9.0.post0
102
+ python-dotenv==1.1.0
103
+ pytz==2025.2
104
+ PyYAML==6.0.2
105
+ referencing==0.36.2
106
+ regex==2024.11.6
107
+ requests==2.32.4
108
+ requests-oauthlib==2.0.0
109
+ rich==14.0.0
110
+ rpds-py==0.25.1
111
+ rsa==4.9.1
112
+ safetensors==0.5.3
113
+ scikit-learn==1.7.0
114
+ scipy==1.15.3
115
+ sentence-transformers==4.1.0
116
+ sentencepiece==0.2.0
117
+ setuptools==80.9.0
118
+ shellingham==1.5.4
119
+ six==1.17.0
120
+ sniffio==1.3.1
121
+ soupsieve==2.7
122
+ starlette==0.45.3
123
+ sympy==1.14.0
124
+ tenacity==9.1.2
125
+ threadpoolctl==3.6.0
126
+ tokenizers==0.21.1
127
+ torch==2.7.1
128
+ tqdm==4.67.1
129
+ transformers==4.52.4
130
+ trec-car-tools==2.6
131
+ typer==0.16.0
132
+ typing-inspection==0.4.1
133
+ typing_extensions==4.14.0
134
+ tzdata==2025.2
135
+ unlzw3==0.2.3
136
+ urllib3==2.4.0
137
+ uvicorn==0.34.3
138
+ warc3-wet==0.2.5
139
+ warc3-wet-clueweb09==0.2.5
140
+ watchfiles==1.0.5
141
+ websocket-client==1.8.0
142
+ websockets==15.0.1
143
+ wrapt==1.17.2
144
+ xxhash==3.5.0
145
+ yarl==1.20.1
146
+ zipp==3.23.0
147
+ zlib-state==0.1.9
148
+
149
 
150
  # System dependencies for Tesseract and Poppler on Linux
151
  # Hugging Face Spaces uses apt-get for these
152
+ apt_packages = python3-dev libtesseract-dev libleptonica-dev poppler-utils
153
+