Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

AishaKanwal
/
ModelsClassification

Image Classification
Transformers
PyTorch
TensorBoard
vit
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use AishaKanwal/ModelsClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AishaKanwal/ModelsClassification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="AishaKanwal/ModelsClassification")
    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("AishaKanwal/ModelsClassification")
    model = AutoModelForImageClassification.from_pretrained("AishaKanwal/ModelsClassification")
  • Notebooks
  • Google Colab
  • Kaggle
ModelsClassification / runs
24.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AishaKanwal's picture
AishaKanwal
Training in progress, epoch 1
ee359ea almost 3 years ago
  • Jun24_12-38-47_7896ac2fe1ee
    Training in progress, epoch 1 almost 3 years ago