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

  • Log In
  • Sign Up

Modotte
/
AIRealNet

Image Classification
Transformers
Safetensors
swinv2
safety
Modotte
SoTA
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Modotte/AIRealNet with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Modotte/AIRealNet")
    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("Modotte/AIRealNet")
    model = AutoModelForImageClassification.from_pretrained("Modotte/AIRealNet")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
AIRealNet
781 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
Parveshiiii's picture
Parveshiiii
Update README.md
1aeca51 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    6.32 kB
    Update README.md 4 months ago
  • config.json
    576 Bytes
    Update config.json 7 months ago
  • model.safetensors
    781 MB
    xet
    Upload model.safetensors 7 months ago
  • preprocessor_config.json
    133 Bytes
    Update preprocessor_config.json 7 months ago