Showing
1 changed file
with
71 additions
and
14 deletions
| 1 | -# Straight Up | 1 | +Straight Up |
| 2 | ============= | 2 | ============= |
| 3 | -카카오 'Pose API'를 이용해 사용자가 자신의 모습(앉은모습: 정면/좌측/우측)을 업로드하면 자세를 분석해 교정 방법을 알려줍니다. | 3 | +**카카오 'Pose API'를 이용해 사용자의 앉은 자세를 분석, 교정해주는 프로그램입니다.** |
| 4 | ---- | ||
| 5 | -### 사용 방법 | ||
| 6 | 4 | ||
| 7 | - 1. repository clone | 5 | +<img src="straight-up/src/style/Logo.JPG" width="30%" height="30%"alt="straight-up logo"></img> |
| 8 | - 원하는 디렉토리에서 Straight-Up을 클론합니다. | ||
| 9 | 6 | ||
| 10 | - git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git | 7 | +기능 |
| 8 | +============= | ||
| 9 | +* **안면**과 **귀**, **어깨**가 보이는 **정면 사진**을 분석해 자세를 분석합니다. | ||
| 10 | +* **귀**, **어깨**, **골반**이 보이는 **측면 사진**을 분석해 자세를 분석합니다. **(좌, 우 구분)** | ||
| 11 | +* 올바르지 않은 자세가 감지되면 **관련 질환**과 **스트레칭** 등에 대한 정보를 얻을 수 있는 **링크로 연결**됩니다. | ||
| 11 | 12 | ||
| 12 | - 2. 터미널에서 `cd straight-up` 입력 | 13 | +환경 |
| 14 | +============= | ||
| 15 | +* [Pose API][poseapilink] | ||
| 16 | +[poseapilink]: https://developers.kakao.com/product/pose | ||
| 17 | +* [Axios][axioslink] | ||
| 18 | +[axioslink]: https://www.npmjs.com/package/axios | ||
| 19 | +* [React][reactlink] | ||
| 20 | +[reactlink]: https://ko.reactjs.org/ | ||
| 21 | +* [Windows10][windowslink] | ||
| 22 | +[windowslink]: https://www.microsoft.com/ko-kr/software-download/windows10%5C | ||
| 23 | +* [Java Script][jslink] | ||
| 24 | +[jslink]: https://developer.mozilla.org/ko/docs/Web/JavaScript | ||
| 25 | +* [Visual Studio Code][vsclink] | ||
| 26 | +[vsclink]: https://code.visualstudio.com/ | ||
| 13 | 27 | ||
| 14 | - cd straight-up | 28 | +사용 방법 |
| 29 | +============= | ||
| 30 | +1. Clone Repository | ||
| 31 | + > 원하는 디렉토리에서 **Straight-Up**을 클론합니다. | ||
| 32 | +``` | ||
| 33 | +git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git | ||
| 34 | +``` | ||
| 15 | 35 | ||
| 16 | - 3. 패키지 파일 설치 | 36 | +2. Change Directory |
| 17 | - 실행을 위한 패키지 모듈을 설치합니다. | 37 | + > 터미널에서 **`cd straight-up`** 입력 |
| 38 | +``` | ||
| 39 | + cd straight-up | ||
| 40 | +``` | ||
| 18 | 41 | ||
| 42 | +3. Install Package Files | ||
| 43 | + > 실행을 위한 패키지 모듈을 설치합니다. | ||
| 44 | +``` | ||
| 19 | npm install | 45 | npm install |
| 20 | yarn | 46 | yarn |
| 47 | +``` | ||
| 21 | 48 | ||
| 22 | - 4. 어플리케이션 실행 | 49 | +4. Start the Program |
| 23 | - `npm start` 입력 후 localhost:3002으로 접속합니다. | 50 | + > **`npm start`** 입력 후 **localhost:3002**으로 접속합니다. |
| 24 | - | 51 | +``` |
| 25 | npm start | 52 | npm start |
| 53 | + https://localhost:3002 | ||
| 54 | +``` | ||
| 26 | 55 | ||
| 56 | +LICENSE | ||
| 57 | +============= | ||
| 58 | +MIT License | ||
| 59 | + | ||
| 60 | +Copyright (c) [2020] [Woojoon Han] | ||
| 61 | +Copyright (c) [2020] [Wonjin Kim] | ||
| 62 | + | ||
| 63 | +Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 64 | +of this software and associated documentation files (the "Software"), to deal | ||
| 65 | +in the Software without restriction, including without limitation the rights | ||
| 66 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 67 | +copies of the Software, and to permit persons to whom the Software is | ||
| 68 | +furnished to do so, subject to the following conditions: | ||
| 27 | 69 | ||
| 70 | +The above copyright notice and this permission notice shall be included in all | ||
| 71 | +copies or substantial portions of the Software. | ||
| 72 | + | ||
| 73 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 74 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 75 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 76 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 77 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 78 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| 79 | +SOFTWARE. | ||
| 80 | + | ||
| 81 | +제작자 | ||
| 82 | +============= | ||
| 83 | ++ 김원진 2019102160 | ||
| 84 | ++ 한우준 2019102 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment