| # Hugging Face Space için minimal requirements | |
| # Bu dosyayı Space'te requirements.txt olarak kullanabilirsiniz | |
| # Core ML Libraries | |
| torch>=2.0.0 | |
| transformers>=4.35.0 | |
| # Data Processing | |
| pandas>=2.0.0 | |
| numpy>=1.24.0 | |
| # Gradio - Güncel versiyon | |
| gradio>=4.44.1 | |
| # Hugging Face Hub (model yükleme için) | |
| huggingface-hub>=0.19.0 | |