10000 GitHub - tokudayo/AIFA: An AI-powered fitness assistant
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tokudayo/AIFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

AIFA

AI-Based Solution for Exercise Posture Correction
View Demo · Report Bug · Request Feature

About The Project

AIFA is a real-time, AI-powered system that assists user in correcting exercise postures.

Built With

  • Python
  • Node.js
  • Docker

(back to top)

AI

We provide a Python package for setting up the system locally.

Prerequisites

  • Python 3.10

Installation

To get the AI running, follow these steps:

  1. Clone the repo
    git clone https://github.com/tokudayo/AIFA.git
  2. Setup Python environment
     pip install -r ai/requirements.txt

Usage

For evaluation, use either eval.py or webcam.py. Here is an example of using eval.py to evaluate:

python -m scripts.eval

For more details, please refer to the AI Documentation.

Example

Here is an example of the system in action. The system will track the user's pose and provide feedback should there be any errors.

(back to top)

Software

Prerequisites

To deploy the software, you need to have the following installed:

  • WSL 2 (required if you are using Windows)
  • Docker 20.10.17

Installation

To get the software running with Docker, follow these steps:

  1. Clone the repo
    git clone https://github.com/tokudayo/AIFA.git
  2. Rename .env.example to .env and fill in the required information.
  3. Build the images and run the container.
    docker-compose up -d

For more details, please refer to the Software Documentation.

Demo

We provided a demo video for the software. Please refer to the Demo Video.

(back to top)

License

Distributed under the BSD 3-Clause License License. See LICENSE for more information.

(back to top)

About

An AI-powered fitness assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0