Instructions to use fxmarty/resnet-tiny-beans with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fxmarty/resnet-tiny-beans with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="fxmarty/resnet-tiny-beans") 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("fxmarty/resnet-tiny-beans") model = AutoModelForImageClassification.from_pretrained("fxmarty/resnet-tiny-beans") - Notebooks
- Google Colab
- Kaggle
Commit History
added onnx model 9e5efa5
Felix Marty commited on
fix image size 76b3c59
Felix Marty commited on
image size 3b56211
Felix Marty commited on
channels df4084d
Felix Marty commited on
resize and crop fa16ec1
Felix Marty commited on
add labels d7744ce
Felix Marty commited on
added model f296fc3
Felix Marty commited on