ahadhassan commited on
Commit
458f0f7
·
verified ·
1 Parent(s): 29e9dd7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,10 +1,12 @@
 
 
 
1
  tensorflow
 
2
  segmentation-models
3
  rasterio
 
4
  numpy
5
  matplotlib
6
- Pillow
7
- tqdm
8
- fastapi
9
- uvicorn
10
- python-multipart
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ python-multipart
4
  tensorflow
5
+ ultralytics
6
  segmentation-models
7
  rasterio
8
+ pillow
9
  numpy
10
  matplotlib
11
+ torch
12
+ torchvision