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

  • Log In
  • Sign Up

Prahas10
/
shingles

Image Classification
Transformers
google-tensorflow TensorFlow
vit
generated_from_keras_callback
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Prahas10/shingles with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Prahas10/shingles")
    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("Prahas10/shingles")
    model = AutoModelForImageClassification.from_pretrained("Prahas10/shingles")
  • Notebooks
  • Google Colab
  • Kaggle
shingles
345 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 31 commits
Prahas10's picture
Prahas10
Training in progress epoch 29
57ba489 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    3.56 kB
    Training in progress epoch 29 almost 2 years ago
  • config.json
    16.2 kB
    Training in progress epoch 0 almost 2 years ago
  • preprocessor_config.json
    578 Bytes
    Training in progress epoch 0 almost 2 years ago
  • tf_model.h5
    345 MB
    xet
    Training in progress epoch 29 almost 2 years ago