IMU_CLASSIFY / README.md
lsy1205's picture
update readme
644efe4
|
Raw
History Blame Contribute Delete
1.3 kB

A newer version of the Gradio SDK is available: 6.26.0

Upgrade
metadata
title: AIOT Inference
emoji: 🐨
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.9.0
app_file: app.py
pinned: false

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference




BurnSync Classification Model

Authors

If you have any question about this project, do not hesitate to contact us for detail explanation!!!

Introduction

This is a repository we held on Hugging Face to deploy our exercise classification model. It is able to classify four types of exercise — push-up, sit-up, squat and dumbbell. We also applied sliding window to count the repetitions of the exercise sequence. The input of this model is a json file with IMU data sequence. The output is a json file with the exercise type and the repetition count inside. To know more about our project, please refer to our BurnSync repository below.

Repositories