File size: 702 Bytes
b98c667
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
language:
- en
license: mit
library_name: keras
tags:
- human-activity-recognition
- pose-estimation
- mediapipe
- tensorflow
datasets:
- guillherms/human-activity-pose_v4
pipeline_tag: image-classification
pretty_name: Human Activity Recognition MLP
---

# 🧠 Human Activity Recognition MLP

This model classifies human activities (reading, waving, office work, etc.)
using pose landmarks extracted from **MediaPipe Pose**.

## 📊 Architecture
- Multi-Layer Perceptron (Dense NN)
- Input: 132 pose landmark features
- Output: 10 activity classes

## 🧩 Files
- `mlp_pose.h5`: Trained Keras model
- `label_encoder.pkl`: Encodes activity labels

## 🧠 Author
Created by **Guilherme Santos**