Datasets:
File size: 538 Bytes
fe39cc9 | 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 33 | # 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 |