shubham5524 commited on
Commit
97c9aad
·
verified ·
1 Parent(s): a5fdc74

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -9
requirements.txt CHANGED
@@ -1,9 +1,14 @@
1
- fastapi
2
- uvicorn
3
- torch
4
- torchvision
5
- scikit-image
6
- opencv-python
7
- requests
8
- torchxrayvision
9
- grad-cam
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ pydantic
4
+ torch
5
+ torchvision
6
+ scikit-image
7
+ matplotlib
8
+ opencv-python
9
+ numpy
10
+ joblib
11
+ transformers
12
+ pillow
13
+ grad-cam
14
+ torchxrayvision