Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.103.2
|
2 |
+
uvicorn==0.23.2
|
3 |
+
vllm==0.4.0
|
4 |
+
pytesseract==0.3.10
|
5 |
+
torch==2.0.1
|
6 |
+
transformers==4.35.2
|
7 |
+
opencv-python-headless==4.8.1.78
|
8 |
+
pillow==10.0.1
|
9 |
+
pdf2image==1.16.3
|
10 |
+
pypdf==3.16.4
|
11 |
+
cachetools==5.3.1
|
12 |
+
psutil==5.9.5
|