anujakkulkarni commited on
Commit
e5294b7
·
verified ·
1 Parent(s): 53345b3

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.115.8
2
+ uvicorn[standard]==0.34.0
3
+ python-multipart==0.0.20
4
+
5
+ PyPDF2==3.0.1
6
+ azure-storage-blob==12.25.1
7
+ requests==2.32.3
8
+
9
+ PyMuPDF==1.25.3
10
+ pdfplumber==0.11.5
11
+ pytesseract==0.3.13
12
+ opencv-python-headless==4.11.0.86
13
+ numpy==2.2.3
14
+ Pillow==11.1.0