sunbal7 commited on
Commit
67e1e17
·
verified ·
1 Parent(s): 51f2e00

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -13
requirements.txt CHANGED
@@ -1,13 +1,20 @@
1
- streamlit>=1.28.0
2
- numpy>=1.21.0
3
- pillow>=10.0.0
4
- torch>=2.0.0
5
- torchvision>=0.15.0
6
- plotly>=5.15.0
7
- opencv-python-headless>=4.5.0
8
- pydicom>=2.3.0
9
- monai>=1.3.0
10
- torchxrayvision>=0.0.34
11
- scikit-learn>=1.3.0
12
- scipy>=1.11.0
13
- gradio>=3.0.0
 
 
 
 
 
 
 
 
1
+ # requirements.txt
2
+ fastapi==0.104.1
3
+ uvicorn[standard]==0.24.0
4
+ sqlalchemy==2.0.23
5
+ psycopg2-binary==2.9.9
6
+ alembic==1.12.1
7
+ pydantic==2.5.0
8
+ python-jose[cryptography]==3.3.0
9
+ passlib[bcrypt]==1.7.4
10
+ python-multipart==0.0.6
11
+ redis==5.0.1
12
+ celery==5.3.4
13
+ transformers==4.36.2
14
+ torch==2.1.1
15
+ scikit-learn==1.3.2
16
+ pandas==2.1.3
17
+ numpy==1.24.4
18
+ aiofiles==23.2.1
19
+ python-dotenv==1.0.0
20
+ cryptography==41.0.8