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

raulkw
/
kw-prop-classifier

Image Classification
Transformers
PyTorch
TensorBoard
vit
huggingpics
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use raulkw/kw-prop-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="raulkw/kw-prop-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("raulkw/kw-prop-classifier")
    model = AutoModelForImageClassification.from_pretrained("raulkw/kw-prop-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
kw-prop-classifier / images
305 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
raulkw's picture
raulkw
commit files to HF hub
82f6d91 over 2 years ago
  • Bathroom.jpg
    14.9 kB
    xet
    commit files to HF hub over 2 years ago
  • Bedroom.jpg
    40.6 kB
    xet
    commit files to HF hub over 2 years ago
  • Dining_Room.jpg
    33.1 kB
    xet
    commit files to HF hub over 2 years ago
  • House_Amenities.jpg
    18.1 kB
    xet
    commit files to HF hub over 2 years ago
  • House_Facade.jpg
    31 kB
    xet
    commit files to HF hub over 2 years ago
  • House_Hallway.jpg
    34.2 kB
    xet
    commit files to HF hub over 2 years ago
  • House_Interior.jpg
    33.2 kB
    xet
    commit files to HF hub over 2 years ago
  • House_Lobby.jpg
    30.7 kB
    xet
    commit files to HF hub over 2 years ago
  • Kitchen.jpg
    38 kB
    xet
    commit files to HF hub over 2 years ago
  • Living_Room.jpg
    31 kB
    xet
    commit files to HF hub over 2 years ago