Erfan11 commited on
Commit
f146cbd
1 Parent(s): ffc969c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -11
requirements.txt CHANGED
@@ -1,13 +1,24 @@
1
- numpy==1.24.3
2
- pandas==2.0.3
3
- scikit-learn==1.2.2
4
- tensorflow==2.13.0
5
- torch==2.0.1
6
- torchvision==0.15.2
7
  transformers==4.31.0
8
- sentencepiece==0.1.99
 
 
 
 
 
 
 
 
 
9
  nltk==3.8.1
10
- spacy==3.6.1
11
- joblib==1.3.0
12
- Pillow==9.5.0
13
- opencv-python==4.8.0.74
 
 
 
 
 
 
 
1
+ fastapi==0.100.0
2
+ uvicorn==0.23.0
 
 
 
 
3
  transformers==4.31.0
4
+ huggingface-hub==0.16.4
5
+ python-dotenv==1.0.0
6
+ requests==2.31.0
7
+ pydantic==2.3.0
8
+ loguru==0.7.0
9
+ torch==2.0.0
10
+ tensorflow==2.14.0
11
+ numpy==1.23.5
12
+ pandas==2.0.3
13
+ beautifulsoup4==4.12.2
14
  nltk==3.8.1
15
+ matplotlib==3.7.1
16
+ scikit-learn==1.3.1
17
+ tqdm==4.65.0
18
+ pytest==7.4.1
19
+ pillow==10.0.0
20
+ sympy==1.12
21
+ xgboost==2.1.0
22
+ spacy==3.6.0
23
+ seaborn==0.12.2
24
+ regex==2024.9.1