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

  • Log In
  • Sign Up

kenobi
/
NASA_GeneLab_MBT

Image Classification
Transformers
TensorBoard
Safetensors
PyTorch
vit
nasa
biological
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use kenobi/NASA_GeneLab_MBT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="kenobi/NASA_GeneLab_MBT")
    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("kenobi/NASA_GeneLab_MBT")
    model = AutoModelForImageClassification.from_pretrained("kenobi/NASA_GeneLab_MBT")
  • Notebooks
  • Google Colab
  • Kaggle
NASA_GeneLab_MBT / images
265 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
kenobi's picture
kenobi
Upload XRay_irradiated_Nuclei.png
eb0c933 verified about 2 years ago
  • High_Energy_Ion_Fe_Nuclei
    6.15 kB
    xet
    commit files to HF hub over 2 years ago
  • High_Energy_Ion_Fe_Nuclei.png
    102 kB
    Upload High_Energy_Ion_Fe_Nuclei.png about 2 years ago
  • XRay_irradiated_Nuclei
    6.15 kB
    xet
    commit files to HF hub over 2 years ago
  • XRay_irradiated_Nuclei.png
    151 kB
    Upload XRay_irradiated_Nuclei.png about 2 years ago