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