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

  • Log In
  • Sign Up

Snppuzzle
/
Lanna-modelUo

Image Classification
Transformers
Safetensors
mobilenet_v2
Model card Files Files and versions
xet
Community

Instructions to use Snppuzzle/Lanna-modelUo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Snppuzzle/Lanna-modelUo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Snppuzzle/Lanna-modelUo")
    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("Snppuzzle/Lanna-modelUo")
    model = AutoModelForImageClassification.from_pretrained("Snppuzzle/Lanna-modelUo")
  • Notebooks
  • Google Colab
  • Kaggle
Lanna-modelUo
9.22 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Snppuzzle's picture
Snppuzzle
Upload processor
da89054 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload MobileNetV2ForImageClassification about 1 year ago
  • config.json
    1.79 kB
    Upload MobileNetV2ForImageClassification about 1 year ago
  • model.safetensors
    9.21 MB
    xet
    Upload MobileNetV2ForImageClassification about 1 year ago
  • preprocessor_config.json
    406 Bytes
    Upload processor about 1 year ago