Toggle navigation
Toggle navigation
This project
Loading...
Sign in
한우준
/
Straight-Up
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김원진
2020-12-10 05:16:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
694f72964c2f2209d9b6933ed06de8a1fb59a3b9
694f7296
1 parent
985f84cc
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
83 additions
and
26 deletions
README.md
README.md
View file @
694f729
#
Straight Up
Straight Up
=============
카카오 'Pose API'를 이용해 사용자가 자신의 모습(앉은모습: 정면/좌측/우측)을 업로드하면 자세를 분석해 교정 방법을 알려줍니다.
---
### 사용 방법
1. repository clone
원하는 디렉토리에서 Straight-Up을 클론합니다.
git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git
2. 터미널에서 `cd straight-up` 입력
cd straight-up
3. 패키지 파일 설치
실행을 위한 패키지 모듈을 설치합니다.
npm install
yarn
4. 어플리케이션 실행
`npm start` 입력 후 localhost:3002으로 접속합니다.
npm start
\ No newline at end of file
**카카오 'Pose API'를 이용해 사용자의 앉은 자세를 분석, 교정해주는 프로그램입니다.**
<img
src=
"straight-up/src/style/Logo.JPG"
width=
"30%"
height=
"30%"
alt=
"straight-up logo"
></img>
기능
=============
*
**안면**
과
**귀**
,
**어깨**
가 보이는
**정면 사진**
을 분석해 자세를 분석합니다.
*
**귀**
,
**어깨**
,
**골반**
이 보이는
**측면 사진**
을 분석해 자세를 분석합니다.
**(좌, 우 구분)**
*
올바르지 않은 자세가 감지되면
**관련 질환**
과
**스트레칭**
등에 대한 정보를 얻을 수 있는
**링크로 연결**
됩니다.
환경
=============
*
[
Pose API
][
poseapilink
]
[
poseapilink
]:
https://developers.kakao.com/product/pose
*
[
Axios
][
axioslink
]
[
axioslink
]:
https://www.npmjs.com/package/axios
*
[
React
][
reactlink
]
[
reactlink
]:
https://ko.reactjs.org/
*
[
Windows10
][
windowslink
]
[
windowslink
]:
https://www.microsoft.com/ko-kr/software-download/windows10%5C
*
[
Java Script
][
jslink
]
[
jslink
]:
https://developer.mozilla.org/ko/docs/Web/JavaScript
*
[
Visual Studio Code
][
vsclink
]
[
vsclink
]:
https://code.visualstudio.com/
사용 방법
=============
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
\ No newline at end of file
...
...
Please
register
or
login
to post a comment