Spaces:
Sleeping
Sleeping
# ================================== | |
# مكتبات الواجهة والخادم | |
# ================================== | |
gradio>=4.20.0 # <-- هذا السطر سيجبر Hugging Face على استخدام نسخة حديثة | |
uvicorn[standard] | |
python-multipart | |
requests | |
numpy | |
Pillow | |
# ================================== | |
# مكتبات التعلم العميق | |
# ================================== | |
torch==2.1.0 --extra-index-url https://download.pytorch.org/whl/cpu | |
torchvision==0.16.0 --extra-index-url https://download.pytorch.org/whl/cpu | |
timm | |
# ================================== | |
# مكتبات Hugging Face | |
# ================================== | |
transformers | |
accelerate | |
safetensors | |
huggingface_hub # ضروري لـ hf_hub_download | |
# ================================== | |
# مكتبات معالجة البيانات والصور | |
# ================================== | |
opencv-python-headless | |
# ================================== | |
# مكتبات مساعدة | |
# ================================== | |
# (فارغ الآن، كل شيء يتم تثبيته كاعتمادية) |