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

Hemg
/
Melanoma-Cancer-Image-Classification

Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Hemg/Melanoma-Cancer-Image-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Hemg/Melanoma-Cancer-Image-Classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Hemg/Melanoma-Cancer-Image-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("Hemg/Melanoma-Cancer-Image-Classification")
    model = AutoModelForImageClassification.from_pretrained("Hemg/Melanoma-Cancer-Image-Classification")
  • Notebooks
  • Google Colab
  • Kaggle
Melanoma-Cancer-Image-Classification / runs
144 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 123 commits
Hemg's picture
Hemg
Model save
fca5583 verified over 2 years ago
  • Mar12_02-45-38_bcfc62ceb3a9
    Model save over 2 years ago
  • Mar17_08-10-16_69e9a8ef3982
    Model save over 2 years ago
  • Mar17_10-40-10_f48e69b0942e
    Model save over 2 years ago
  • Mar17_11-00-51_f48e69b0942e
    Model save over 2 years ago
  • Mar17_12-07-51_f48e69b0942e
    Training in progress, epoch 0 over 2 years ago
  • Mar17_12-13-41_f48e69b0942e
    Training in progress, epoch 0 over 2 years ago
  • Mar17_12-22-47_9ff94881c5a2
    Training in progress, epoch 0 over 2 years ago
  • Mar17_12-25-50_9ff94881c5a2
    Model save over 2 years ago
  • Mar17_12-40-18_9ff94881c5a2
    Training in progress, epoch 2 over 2 years ago
  • Mar18_02-53-21_d7163b31276a
    Training in progress, epoch 14 over 2 years ago
  • Mar18_03-41-39_d7163b31276a
    Training in progress, epoch 14 over 2 years ago
  • Mar18_04-35-12_d7163b31276a
    Model save over 2 years ago
  • Mar18_04-52-27_d7163b31276a
    Model save over 2 years ago
  • Mar18_05-08-55_d7163b31276a
    Model save over 2 years ago
  • Mar18_05-35-06_d7163b31276a
    Training in progress, epoch 5 over 2 years ago
  • Mar18_05-57-28_d7163b31276a
    Training in progress, epoch 0 over 2 years ago
  • Mar18_06-14-26_c66e66e08f91
    Model save over 2 years ago