| huggingface_hub==0.25.2 | |
| gradio>=3.0.0 # Gradio for the web interface | |
| transformers>=4.0.0 # Hugging Face's Transformers library for model inference | |
| torch>=1.10.0 # PyTorch for model processing | |
| numpy>=1.21.0 # NumPy for array manipulation (used for the sigmoid and Platt scaling) | |