Instructions to use softdev629/evi460cg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use softdev629/evi460cg with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="softdev629/evi460cg") 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("softdev629/evi460cg") model = AutoModelForImageClassification.from_pretrained("softdev629/evi460cg") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model_name": "roadwork-snapshot-evi460cg", | |
| "description": "Snapshot model from natix-network-org/roadwork", | |
| "version": "1.0.0", | |
| "submitted_by": "5HZ6gVtPg4YRSSSU68Q6LYjizQp5p778cwK4avgZKxVqYSfk", | |
| "submission_time": 1748994229 | |
| } |