hwang2006's picture
Upload folder using huggingface_hub
d62ed8c verified

A newer version of the Streamlit SDK is available: 1.49.1

Upgrade
metadata
sdk: streamlit
sdk_version: 1.41.1

Hot Dog Classifier Demo

This repository contains a demo application for classifying images as "hot dog" or "not hot dog" using the Hugging Face Gradio SDK. The application is deployed to Hugging Face Spaces using GitHub Actions.

Overview

The Hot Dog Classifier Demo uses a pre-trained image classification model from the Hugging Face Transformers library. The application allows users to upload an image and receive a classification result indicating whether the image is of a hot dog or not.

Features

  • Upload an image for classification.
  • Receive a prediction with probabilities for "hot dog" and "not hot dog".
  • Deployed to Hugging Face Spaces using GitHub Actions for continuous integration and deployment.