Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kyeongseo90/gotowest-training-service

 
 

Repository files navigation

gotowest-training-service

스마트미러를 활용한 노인 건강 증진 서비스 개발 프로젝트

2022년도 컴퓨터공학종합설계
팀 goto:West

Installation

git clone https://github.com/goto-West/gotowest-training-service.git

Backend Configuration

npm i
npm start
서버의 경우, http://localhost:3001 에 구동합니다.

Frontend Configuration

cd gotowest-train-web
npm i

🤚 HOW TO START

cd ..
npm start

클라이언트의 경우, http://localhost:3000 에 구동
instruction video : https://youtu.be/QlH5ZNUCT7I

구조 및 기능 정리

server.js

서버 구동 및 React html 로드

classification.js

머신러닝 모델 로드 및 테스트 python 코드 fork
분류 결과 반환

🛠 STACKS

React
Node.js 18.12.1
Express 4.17.2
python 3.9
joblib 1.2.0
scikit-learn 1.1.0
matplotlib 3.6.2

수정 사항

11.28 React와 Express 연동 (React Done.js fetch 추가)
React port : 3000 Express port :3001
11.26 server.js 내 classification 모델 추가
11.23 백엔드 부분 분리, node.js로 구동 가능
11.10 자세 분류 API 구성
10.30 자세 분류 모델 연동
10.18 머신러닝 모델 구현 완료

개선 사항

  • classification 부분 res, req 통해 React 연동 진행 및 테스트
  • 영상 이미지 데이터 import

관련 repository

  1. MoveNet for NodeJS & TFJS
    https://github.com/vladmandic/movenet

  2. 자세 분류 머신러닝 모델
    https://github.com/goto-West/pose_classification_API
    https://github.com/goto-West/pose-classification

  3. 데이터셋 구성
    https://github.com/KangYoungSeo/movenet

demo video

스마트 미러 내 실행 영상 https://youtu.be/YKxZt40Zgl4

팀원

컴퓨터공학과 강영서
컴퓨터공학과 최경서
컴퓨터공학과 이가영

About

컴퓨터공학종합설계 스마트미러를 활용한 노인 건강 증진 시스템

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • CSS 10.2%
  • HTML 2.6%
  • Python 1.3%