salimshakeel
commited on
Commit
·
a597e65
1
Parent(s):
d2542a3
update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
gunicorn
|
3 |
+
uvicorn
|
4 |
+
numpy
|
5 |
+
pillow
|
6 |
+
opencv-python
|
7 |
+
torch==2.3.0+cpu
|
8 |
+
torchvision==0.18.0+cpu
|
9 |
+
--index-url https://download.pytorch.org/whl/cpu
|