An open API service indexing awesome lists of open source software.

https://github.com/tucan9389/rehapp


https://github.com/tucan9389/rehapp

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# ReHApp

This project help rehabilitation treatment with only a mobile device.

## Approach

### 1. Train the pose estimation model

- [tucan9389/tf2-mobile-pose-estimation](https://github.com/tucan9389/tf2-mobile-pose-estimation)
- [tucan9389/keras-mobile-pose-estimation](https://github.com/tucan9389/keras-mobile-pose-estimation)

### 2. Convert the model for mobile

#### TFLite
[](https://images.app.goo.gl/35u8ruBi1knuLr957)

#### CoreML

> Preparing...

### 3. Inference the tflite model on mobile device using GPU

- [koomg9599/BodyPoseEstimationAndroid](https://github.com/koomg9599/BodyPoseEstimationAndroid) repo for android application project
- [tucan9389/PoseEstimation-CoreML](https://github.com/tucan9389/PoseEstimation-CoreML) repo for iOS application project

## Related works

### Machine learning repository
- https://github.com/tucan9389/tf2-mobile-pose-estimation

### Mobile applicaiton repository
- https://github.com/koomg9599/BodyPoseEstimationAndroid
- https://github.com/tucan9389/PoseEstimation-CoreML