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 04:06:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ceec5cef74b2d7af2cc238b2179e5871226b7676
ceec5cef
1 parent
2eb1fa7c
README.md - update1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
README.md
README.md
View file @
ceec5ce
# Straight Up
카카오 'Pose API'를 이용해 사용자가 자신의 모습(
서있거나, 앉아있거나
)을 업로드하면 자세를 분석해 교정 방법을 알려줍니다.
카카오 'Pose API'를 이용해 사용자가 자신의 모습(
앉은모습: 정면/좌측/우측
)을 업로드하면 자세를 분석해 교정 방법을 알려줍니다.
---
### 사용 방법
1.
repository clone
원하는 디렉토리에서 Straight-Up을 클론합니다.
```
git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git
```
2. 터미널에서 `cd straight-up' 입력
2. 터미널에서 `cd straight-up` 입력
```
cd straight-up
```
3. 패키지 파일 설치
실행을 위한 패키지 모듈을 설치합니다.
```
npm install
yarn
```
4. 어플리케이션 실행
npm start 입력 후 localhost:3002으로 접속합니다.
`npm start` 입력 후 localhost:3002으로 접속합니다.
```
npm start
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment