reysarms commited on
Commit
35c0c48
Β·
1 Parent(s): cabd6f8

updated readme

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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: 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 & classify human actions.
12
  license: mit
13
  ---
14