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

  • Log In
  • Sign Up

Owos
/
tb-classifier

Image Classification
Transformers
inception
vision
Model card Files Files and versions
xet
Community

Instructions to use Owos/tb-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Owos/tb-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Owos/tb-classifier")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import InceptinV3ForImageClassification
    model = InceptinV3ForImageClassification.from_pretrained("Owos/tb-classifier", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tb-classifier
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
Owos's picture
Owos
Update README.md
d736750 over 3 years ago
  • .gitattributes
    1.43 kB
    initial commit over 3 years ago
  • README.md
    2.15 kB
    Update README.md over 3 years ago
  • config.json
    252 Bytes
    Update config.json over 3 years ago
  • inceptionv3_results.png
    58 kB
    Upload inceptionv3_results.png over 3 years ago
  • tb-negative.png
    148 kB
    added sample images over 3 years ago
  • tb-positive.png
    65.9 kB
    added sample images over 3 years ago
  • tb_model.h5
    87.7 MB
    xet
    Upload tb_model.h5 with huggingface_hub over 3 years ago