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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

panda992
/
fish_disease_datasets

Image Classification
Transformers
TensorBoard
Safetensors
vit
vision-transformer
aquaculture
fish-disease
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use panda992/fish_disease_datasets with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="panda992/fish_disease_datasets")
    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("panda992/fish_disease_datasets")
    model = AutoModelForImageClassification.from_pretrained("panda992/fish_disease_datasets")
  • Notebooks
  • Google Colab
  • Kaggle
fish_disease_datasets / runs
130 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
panda992's picture
panda992
🍻 cheers
ed28b4c verified about 1 year ago
  • May08_14-43-45_8abe8bccf28a
    Model save about 1 year ago
  • May10_06-15-04_35deed949fff
    🍻 cheers about 1 year ago
  • May10_06-47-56_35deed949fff
    🍻 cheers about 1 year ago
  • May22_05-46-42_32dbd7354e1a
    Model save about 1 year ago
  • May22_12-46-10_ef8175b0da48
    🍻 cheers about 1 year ago
  • May23_06-49-46_1fcbf54ed8fc
    🍻 cheers about 1 year ago
  • May29_06-11-43_24e856c6c156
    🍻 cheers about 1 year ago