Erfan11 commited on
Commit
d76f6e3
1 Parent(s): 69d3b47

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -7
requirements.txt CHANGED
@@ -1,7 +1,13 @@
1
- python-dotenv
2
- flask
3
- requests
4
- tensorflow
5
- transformers
6
- Pillow # For image processing
7
- pyyaml # For handling YAML files
 
 
 
 
 
 
 
1
+ Flask==2.3.2
2
+ Flask-Cors==3.0.10
3
+ fastapi==0.100.0
4
+ uvicorn==0.23.0
5
+ requests==2.31.0
6
+ httpx==0.24.1
7
+ pydantic==2.3.0
8
+ huggingface-hub==0.16.4
9
+ transformers==4.31.0
10
+ python-dotenv==1.0.0
11
+ loguru==0.7.0
12
+ gunicorn==20.1.0
13
+ tqdm==4.65.0