Spaces:
Sleeping
Sleeping
Uday Chitragar commited on
Commit ·
88920d3
1
Parent(s): 3318d20
updated readme
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Anomaly Detection UI
|
| 2 |
|
| 3 |

|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Anomaly Detection UI
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
color: blue
|
| 5 |
+
sdk: gradio
|
| 6 |
+
app_file: app.py # Or the name of your main Gradio script if it's different
|
| 7 |
+
# model_id: ucKaizen/your-pretrained-model # Optional: If you have a specific model on the Hub
|
| 8 |
+
tags:
|
| 9 |
+
- anomaly detection
|
| 10 |
+
- image classification
|
| 11 |
+
- gradio
|
| 12 |
+
- machine learning
|
| 13 |
+
- unsupervised learning
|
| 14 |
+
- semi-supervised learning
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
# Anomaly Detection UI
|
| 18 |
|
| 19 |

|