Sugamdeol commited on
Commit
1f9899f
·
verified ·
1 Parent(s): faf052d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt CHANGED
@@ -1,5 +1,14 @@
 
 
 
1
  fastapi
2
  Pillow
3
  python-multipart
 
 
4
  pytesseract
5
  pdf2image
 
 
 
 
 
1
+ # requirements.txt
2
+
3
+ # Core FastAPI and helpers
4
  fastapi
5
  Pillow
6
  python-multipart
7
+
8
+ # OCR and PDF libraries
9
  pytesseract
10
  pdf2image
11
+
12
+ # Server libraries required by the Hugging Face platform to run the app
13
+ gunicorn
14
+ uvicorn