Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

NeuronZero
/
EyeDiseaseClassifier

Image Classification
Transformers
Safetensors
beit
Trained with AutoTrain
vision
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use NeuronZero/EyeDiseaseClassifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="NeuronZero/EyeDiseaseClassifier")
    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("NeuronZero/EyeDiseaseClassifier")
    model = AutoModelForImageClassification.from_pretrained("NeuronZero/EyeDiseaseClassifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
EyeDiseaseClassifier
1.37 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
NeuronZero's picture
NeuronZero
Update README.md
43fd7a2 verified over 2 years ago
  • checkpoint-2397
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    4.24 kB
    Update README.md over 2 years ago
  • config.json
    1.78 kB
    Upload folder using huggingface_hub over 2 years ago
  • model.safetensors
    343 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • preprocessor_config.json
    781 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • training_args.bin
    4.92 kB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • training_params.json
    820 Bytes
    Upload folder using huggingface_hub over 2 years ago