Instructions to use rlsn/DeTr4LungNodule with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rlsn/DeTr4LungNodule with Transformers:
# Load model directly from transformers import AutoImageProcessor, VitDet3D processor = AutoImageProcessor.from_pretrained("rlsn/DeTr4LungNodule") model = VitDet3D.from_pretrained("rlsn/DeTr4LungNodule") - Notebooks
- Google Colab
- Kaggle
Ctrl+K