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