Instructions to use Manasee27/locater_ai1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Manasee27/locater_ai1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Manasee27/locater_ai1") 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("Manasee27/locater_ai1") model = AutoModelForImageClassification.from_pretrained("Manasee27/locater_ai1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
#1
by Manasee27 - opened
No description provided.
Manasee27 changed pull request status to merged