Instructions to use prithivMLmods/Traffic-Density-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Traffic-Density-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Traffic-Density-Classification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/Traffic-Density-Classification") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Traffic-Density-Classification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4703ec7104b8c16065c0e5443102b0a0e83887576570c247a51ca60ab6aa4b38
- Size of remote file:
- 372 MB
- SHA256:
- 258db8b59b2ed02b651286cb49150e2f47fd2d28624e281d9c7398a12a8c3198
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.