Subh775 commited on
Commit
ea7b725
·
verified ·
1 Parent(s): 9608158

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ pydantic
4
+ torch --index-url https://download.pytorch.org/whl/cpu
5
+ segmentation-models-pytorch
6
+ huggingface-hub
7
+ opencv-python-headless
8
+ numpy
9
+ python-multipart
10
+ Pillow