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