Instructions to use toolevalxm/MedicalVisionModel-TestRepo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use toolevalxm/MedicalVisionModel-TestRepo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="toolevalxm/MedicalVisionModel-TestRepo") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("toolevalxm/MedicalVisionModel-TestRepo") model = AutoModelForImageClassification.from_pretrained("toolevalxm/MedicalVisionModel-TestRepo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 127 Bytes
cb7ec30 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0cae944217dbb27578f0ceaacd85f463aaddaa6b2726c28de5c57f2748a748df
size 27
|