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

phenobase
/
phenovision

Image Classification
Transformers
Safetensors
English
vit
vision
biology
ecology
phenology
plants
plant-phenology
iNaturalist
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use phenobase/phenovision with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="phenobase/phenovision")
    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("phenobase/phenovision")
    model = AutoModelForImageClassification.from_pretrained("phenobase/phenovision")
  • Notebooks
  • Google Colab
  • Kaggle
phenovision
1.23 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 16 commits
rdinnager's picture
rdinnager
Fix How-to-Use: correct [fruit, flower] output order; use AutoImageProcessor
965b18e verified 12 days ago
  • .gitattributes
    1.58 kB
    Add report (v1.1.0) 5 months ago
  • README.md
    9.81 kB
    Fix How-to-Use: correct [fruit, flower] output order; use AutoImageProcessor 12 days ago
  • config.json
    741 Bytes
    Add id2label [fruit, flower] + multi_label_classification problem_type 12 days ago
  • family_stats.csv
    38 kB
    Update family_stats.csv with equivocal proportions and buffer-zone accuracy 4 months ago
  • final_buffer_params.csv
    265 Bytes
    Add buffer parameters file (threshold + buffer zones for inference) 5 months ago
  • model.safetensors
    1.21 GB
    xet
    Upload PhenoVision v1.1.0 5 months ago
  • optimal_thresholds.csv
    184 Bytes
    Add thresholds (v1.1.0) 5 months ago
  • preprocessor_config.json
    352 Bytes
    Add preprocessor_config.json (fixes missing image-processor OSError) 12 days ago
  • training_report_v1.1.0.html
    14.1 MB
    xet
    Add report (v1.1.0) 5 months ago