FishKIM commited on
Commit
94b8566
·
verified ·
1 Parent(s): 8531834

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Pose Action Classifier
2
 
3
- This app uses MediaPipe and a trained machine learning model to classify human poses (e.g. Soccer, Weightlifting, Handball) from the webcam in real-time. Built with Gradio for easy interaction.
 
1
+ ---
2
+ title: Pose Action Classifier
3
+ emoji: 🕺
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "3.9"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Pose Action Classifier
13
 
14
+ This app uses MediaPipe and a trained model to predict human actions (e.g. soccer, handball, weightlifting) in real time using your webcam.