Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.06 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.06 KB

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