File size: 801 Bytes
1c21933
 
68fd4e1
d62ed8c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
sdk: streamlit
sdk_version: 1.41.1 # The latest supported version
---

# 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.