Spaces:
Sleeping
Sleeping
Fixed YAML metadata indentation
Browse files
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
-
title: MotionCheck: CCS 229 Final Project
|
3 |
-
emoji: π
|
4 |
colorFrom: red
|
5 |
colorTo: red
|
6 |
sdk: docker
|
7 |
app_port: 8501
|
8 |
tags:
|
9 |
-
- streamlit
|
10 |
pinned: false
|
11 |
-
short_description:An image classification app that uses a ResNet18 to identify and classify human actions in photos across 15 different activities.
|
12 |
license: mit
|
13 |
---
|
14 |
|
|
|
1 |
---
|
2 |
+
title: "MotionCheck: CCS 229 Final Project"
|
3 |
+
emoji: "π"
|
4 |
colorFrom: red
|
5 |
colorTo: red
|
6 |
sdk: docker
|
7 |
app_port: 8501
|
8 |
tags:
|
9 |
+
- streamlit
|
10 |
pinned: false
|
11 |
+
short_description: "An image classification app that uses a ResNet18 to identify and classify human actions in photos across 15 different activities."
|
12 |
license: mit
|
13 |
---
|
14 |
|