| # Core ML and Data Science | |
| scikit-learn==1.3.0 | |
| pandas==2.0.3 | |
| numpy==1.24.3 | |
| joblib==1.3.2 | |
| # Web Application | |
| gradio==3.40.1 | |
| gradio_client==1.11.0 | |
| # Testing | |
| pytest==7.4.0 | |
| pytest-cov==4.1.0 | |
| pytest-asyncio==0.21.1 | |
| pytest-env==1.1.3 | |
| pytest-mock==3.12.0 | |
| # Production Server | |
| gunicorn==21.2.0 | |
| # Type Checking | |
| typeguard==4.4.3 | |
| # Data Generation (for testing) | |
| Faker==20.1.0 | |
| # HTTP and API | |
| fastapi==0.104.1 | |
| uvicorn==0.24.0 | |
| python-multipart==0.0.6 | |
| # Utilities | |
| python-dotenv==1.0.0 | |
| Pillow==9.0.1 | |
| matplotlib==3.10.3 |