mahmodGendy commited on
Commit
d6c064e
·
verified ·
1 Parent(s): e4e5ba0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -11
requirements.txt CHANGED
@@ -1,11 +1,13 @@
1
- fastapi
2
- uvicorn
3
- gradio
4
- pandas
5
- sentence-transformers
6
- pytesseract
7
- pypdf2
8
- pdf2image
9
- python-docx
10
- pillow
11
- datasets
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ gradio==4.44.1
4
+ pandas
5
+ sentence-transformers==2.7.0
6
+ pytesseract
7
+ pypdf2
8
+ pdf2image
9
+ python-docx
10
+ pillow
11
+ datasets
12
+ huggingface_hub==0.23.5
13
+ scikit-learn