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

Hemg
/
Wound-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/Wound-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Hemg/Wound-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Hemg/Wound-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/Wound-classification")
    model = AutoModelForImageClassification.from_pretrained("Hemg/Wound-classification")
  • Notebooks
  • Google Colab
  • Kaggle
Wound-classification / runs
129 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 80 commits
Hemg's picture
Hemg
Training in progress, epoch 2
18f9e50 verified about 2 years ago
  • Mar20_05-24-54_d04eab29c3a2
    Training in progress, epoch 2 about 2 years ago
  • Mar20_05-29-21_d04eab29c3a2
    Model save about 2 years ago
  • Mar20_06-09-20_d04eab29c3a2
    Training in progress, epoch 1 about 2 years ago
  • Mar20_06-11-53_d04eab29c3a2
    Model save about 2 years ago
  • Mar20_06-20-45_d04eab29c3a2
    Model save about 2 years ago
  • Mar20_06-50-10_d04eab29c3a2
    Model save about 2 years ago
  • Mar20_07-15-37_d04eab29c3a2
    Model save about 2 years ago
  • Mar20_07-41-52_d04eab29c3a2
    Training in progress, epoch 2 about 2 years ago
  • Mar20_08-27-43_d04eab29c3a2
    Training in progress, epoch 3 about 2 years ago
  • Mar20_08-32-59_d04eab29c3a2
    Training in progress, epoch 16 about 2 years ago
  • Mar20_08-57-00_d04eab29c3a2
    Training in progress, epoch 2 about 2 years ago
  • Mar20_08-57-40_d04eab29c3a2
    Training in progress, epoch 2 about 2 years ago