README.md 2.9 KB

Straight Up

카카오 'Pose API'를 이용해 사용자의 앉은 자세를 분석, 교정해주는 프로그램입니다.

straight-up logo

기능

  • 안면, 어깨가 보이는 정면 사진을 분석해 자세를 분석합니다.
  • , 어깨, 골반이 보이는 측면 사진을 분석해 자세를 분석합니다. (좌, 우 구분)
  • 올바르지 않은 자세가 감지되면 관련 질환스트레칭 등에 대한 정보를 얻을 수 있는 링크로 연결됩니다.

환경

사용 방법

이 프로그램은 로컬에서 동작합니다.


  1. Clone Repository

    원하는 디렉토리에서 Straight-Up을 클론합니다.

    git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git
    
  2. Change Directory

    터미널에서 cd straight-up 입력

    cd straight-up
    
  3. Install Package Files

    실행을 위한 패키지 모듈을 설치합니다.

    npm install
    yarn
    
  4. Start the Program

    npm start 입력 후 localhost:3002으로 접속합니다.

    npm start
    https://localhost:3002
    

LICENSE

MIT License

Copyright (c) [2020] [Woojoon Han]
Copyright (c) [2020] [Wonjin Kim]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

제작자

  • 김원진 2019102160
  • 한우준 2019102