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

tensorkelechi
/
HAR_mobilenet

Image Classification
Transformers
Safetensors
model_hub_mixin
pytorch_model_hub_mixin
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use tensorkelechi/HAR_mobilenet with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="tensorkelechi/HAR_mobilenet")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("tensorkelechi/HAR_mobilenet", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
HAR_mobilenet
12.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
tensorkelechi's picture
tensorkelechi
Update README.md
7e959a3 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    446 Bytes
    Update README.md almost 2 years ago
  • config.json
    132 Bytes
    Push model using huggingface_hub. almost 2 years ago
  • model.safetensors
    12.7 MB
    xet
    Push model using huggingface_hub. almost 2 years ago