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

  • Log In
  • Sign Up

CodeMania
/
Vehicle_classifier

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

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

  • Libraries
  • Transformers

    How to use CodeMania/Vehicle_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="CodeMania/Vehicle_classifier")
    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("CodeMania/Vehicle_classifier")
    model = AutoModelForImageClassification.from_pretrained("CodeMania/Vehicle_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
Vehicle_classifier
344 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
CodeMania's picture
CodeMania
Upload folder using huggingface_hub
e0bc051 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.95 kB
    Upload folder using huggingface_hub over 1 year ago
  • config.json
    1.07 kB
    Upload folder using huggingface_hub over 1 year ago
  • preprocessor_config.json
    325 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • tf_model.h5
    344 MB
    xet
    Upload folder using huggingface_hub over 1 year ago