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

krishna-exe
/
brain-tumor-classification

Image Classification
Transformers
TensorBoard
Safetensors
swin
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use krishna-exe/brain-tumor-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use krishna-exe/brain-tumor-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="krishna-exe/brain-tumor-classification")
    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("krishna-exe/brain-tumor-classification")
    model = AutoModelForImageClassification.from_pretrained("krishna-exe/brain-tumor-classification")
  • Notebooks
  • Google Colab
  • Kaggle
brain-tumor-classification / runs
132 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 36 commits
krishna-exe's picture
krishna-exe
Model save
49db307 verified over 1 year ago
  • Oct10_10-50-21_e11ecca18f17
    End of training over 1 year ago
  • Oct10_11-22-23_e11ecca18f17
    End of training over 1 year ago
  • Oct17_04-14-12_05a7a6f58592
    Training in progress, epoch 0 over 1 year ago
  • Oct17_04-44-59_05a7a6f58592
    Training in progress, epoch 4 over 1 year ago
  • Oct17_08-59-07_201b64c75d77
    Model save over 1 year ago
  • Oct17_09-05-40_85ab1e65a8c1
    Training in progress, epoch 0 over 1 year ago
  • Oct17_09-09-21_85ab1e65a8c1
    Training in progress, epoch 0 over 1 year ago
  • Oct17_09-10-39_85ab1e65a8c1
    Training in progress, epoch 0 over 1 year ago
  • Oct17_09-12-36_85ab1e65a8c1
    Training in progress, epoch 0 over 1 year ago
  • Oct17_09-15-43_85ab1e65a8c1
    Training in progress, epoch 0 over 1 year ago
  • Oct17_09-22-03_85ab1e65a8c1
    Training in progress, epoch 0 over 1 year ago
  • Oct17_09-23-29_85ab1e65a8c1
    Training in progress, epoch 0 over 1 year ago
  • Oct17_09-23-52_85ab1e65a8c1
    Training in progress, epoch 0 over 1 year ago
  • Oct17_09-24-10_85ab1e65a8c1
    Training in progress, epoch 0 over 1 year ago
  • Oct17_09-28-34_85ab1e65a8c1
    Model save over 1 year ago