Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,4 +1,18 @@
|
|
1 |
---
|
2 |
sdk: streamlit
|
3 |
sdk_version: 1.41.1 # The latest supported version
|
4 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
sdk: streamlit
|
3 |
sdk_version: 1.41.1 # The latest supported version
|
4 |
+
---
|
5 |
+
|
6 |
+
# Hot Dog Classifier Demo
|
7 |
+
|
8 |
+
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.
|
9 |
+
|
10 |
+
## Overview
|
11 |
+
|
12 |
+
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.
|
13 |
+
|
14 |
+
## Features
|
15 |
+
|
16 |
+
- Upload an image for classification.
|
17 |
+
- Receive a prediction with probabilities for "hot dog" and "not hot dog".
|
18 |
+
- Deployed to Hugging Face Spaces using GitHub Actions for continuous integration and deployment.
|