Instructions to use dqnguyen/Diabetic_Foot_Ulcer_Image_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dqnguyen/Diabetic_Foot_Ulcer_Image_Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="dqnguyen/Diabetic_Foot_Ulcer_Image_Classification") 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("dqnguyen/Diabetic_Foot_Ulcer_Image_Classification") model = AutoModelForImageClassification.from_pretrained("dqnguyen/Diabetic_Foot_Ulcer_Image_Classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
74014eb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a13c84e081fb8288fb69e236f47256ffb1ff20e4f725cc9c7b141d15bd5961ee
size 343273156
|