Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.6.0
|
2 |
+
torchvision==0.21.0
|
3 |
+
fastapi==0.115.6
|
4 |
+
lang-sam @ git+https://github.com/luca-medeiros/lang-segment-anything.git@04eaddf568c6ce810a45dd3335ebd5411fe5df09
|
5 |
+
uvicorn==0.34.0
|
6 |
+
fastapi==0.115.6
|
7 |
+
python-multipart==0.0.20
|