Chairs vs Tables Classifier πŸͺ‘πŸͺž

A fastai image classifier that distinguishes between chairs and tables.

Performance

  • Accuracy: ~98%

How to Use

from fastai.vision.all import *
from huggingface_hub import hf_hub_download

# Download and load model
path = hf_hub_download("AnnieSikawa/chairs-tables-classifier", "model.pkl")
learn = load_learner(path)

# Predict
img = PILImage.create('your_image.jpg')
pred, idx, probs = learn.predict(img)
print(f"Prediction: {pred}")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Space using AnnieSikawa/chairs-tables-classifier 1