File size: 1,073 Bytes
e918d70
 
 
4f1aaad
e918d70
 
 
4f1aaad
 
e918d70
 
 
d2a8d2f
 
e918d70
d2a8d2f
e918d70
 
 
 
 
 
 
d2a8d2f
e918d70
 
 
 
4f1aaad
382db70
e918d70
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ==================================
#  مكتبات الواجهة والخادم
# ==================================
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


# ==================================
#  مكتبات مساعدة
# ==================================
# (فارغ الآن، كل شيء يتم تثبيته كاعتمادية)