Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.111.0
|
| 2 |
+
uvicorn[standard]==0.30.0
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
ml_dtypes==0.2.0
|
| 5 |
+
pillow
|
| 6 |
+
python-multipart
|
| 7 |
+
huggingface_hub>=0.22.2
|
| 8 |
+
tensorflow==2.15.0
|
| 9 |
+
# ถ้าต้องการใช้ความคมภาพ
|
| 10 |
+
# opencv-python-headless==4.9.0.80
|