mike23415 commited on
Commit
95c617f
·
verified ·
1 Parent(s): 012dc5b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -8
requirements.txt CHANGED
@@ -1,8 +1,11 @@
1
- Flask==2.3.3
2
- gunicorn==20.1.0
3
- PyPDF2==3.0.1
4
- python-docx==0.8.11
5
- python-pptx==0.6.21
6
- transformers==4.28.0
7
- torch==2.0.0
8
- werkzeug==2.3.7
 
 
 
 
1
+ flask
2
+ gunicorn
3
+ torch
4
+ transformers
5
+ sentencepiece
6
+ pymupdf
7
+ python-pptx
8
+ python-docx
9
+ pytesseract
10
+ pillow
11
+ werkzeug