Image Classification - Hot Dog or Not? ๐ŸŒญ๐Ÿค”

#2
by 100stacks - opened
Owner
โ€ข
edited Jan 16

Image Classification - Hot Dog or Not? ๐ŸŒญ๐Ÿค”

Introduction

ref: Gradio SDK: https://huggingface.co/docs/hub/spaces-sdks-gradio
ref: Stable Diffusion for the images: https://stablediffusionweb.com/#ai-image-generator

I followed the Spaces Gradio SDK Hot Dog Classifier to create this space. I used Stable Diffusion to create the images. The images are stored in the /samples directory.

Hot Dog

image.png

image.png

Not Hot Dog

It was interesting to see that the model have only a 68% confidence that the image below is not a hot dog.

image.png

image.png

Mislabeled as Hot Dog

image.png

image.png

Sign up or log in to comment