Skip to content

rehabilitation excercise tools and Interative UI using AI

Notifications You must be signed in to change notification settings

RE-STED/RE-STED-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RE-STED-front

rehabilitation excercise tools and Interative UI using AI

1. About Project

  • Interactive Hand jesture UI/UX (hand Jesture mouse)
  • Pysical rehabilitation excercise guide (pose Avatar Guide)
  • Mind rehabilitation tools (Quiz using AI GAN, Object detection)
  • video
  • presentation

2. Develop enviroments

  • language : python
  • gui : PyQT6
  • AI : pose estimation, object detection, emotion image GAN
  • develop platform : apple macbook m2, m1 pro

3. How to use

  1. clone git repository
git clone https://github.com/RE-STED/RE-STED-front.git
  1. install python enviroments
zsh
// conda
conda create --name RESTED python=3.11
conda init zsh
zsh -l
conda activate RESTED

// install packages
python -m pip install -r requirements.txt
  1. launch python file
python src/main.py
  1. To use this program, please watch this tutorial

4. Reference

Releases

No releases published

Packages

No packages published

Languages