File size: 596 Bytes
a2e83db 31a0fac a2e83db 9016b28 |
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 |
# Temel bağımlılıklar gradio>=3.50.2 numpy>=1.26.4 opencv-python-headless>=4.9.0.80 pillow>=10.2.0 scipy>=1.13.0 scikit-learn>=1.4.2 matplotlib>=3.8.3 timm # Hugging Face kütüphaneleri transformers>=4.40.0 huggingface-hub>=0.22.2 datasets>=2.18.0 # PyTorch (CUDA sürümü için https://pytorch.org/ adresinden uygun sürümü seçin) torch>=2.2.2 torchvision>=0.17.2 torchaudio>=2.2.2 # Ek görüntü işleme kütüphaneleri scikit-image>=0.22.0 imageio>=2.34.0 # Optimizasyonlar onnxruntime>=1.17.0 psutil>=5.9.8 pytesseract>=0.3.10 # Image processing and enhancement imutils>=0.5.4 |