Datasets:
| # Requirements for AbdCTBench training and testing | |
| # Core ML libraries | |
| torch>=1.12.0 | |
| torchvision>=0.13.0 | |
| timm>=0.9.0 | |
| transformers>=4.20.0 | |
| diffusers>=0.35.0 | |
| # Data handling | |
| pandas>=1.5.0 | |
| numpy>=1.21.0 | |
| scikit-learn>=1.1.0 | |
| Pillow>=9.0.0 | |
| # Logging and visualization | |
| tensorboard>=2.10.0 | |
| tqdm>=4.64.0 | |
| safetensors>=0.4.0 | |
| # Medical imaging (optional, for future enhancements) | |
| # nibabel>=4.0.0 | |
| # pydicom>=2.3.0 | |
| # Development tools | |
| pytest>=7.0.0 | |
| black>=22.0.0 | |
| flake8>=5.0.0 | |
| # Additional utilities | |
| pyyaml>=6.0 | |
| matplotlib>=3.5.0 | |
| seaborn>=0.11.0 | |