Skip to content

smartgarin/project-garin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

프로젝트 가린

주제: 문장독립 화자인식을 통한 개인 음성 비서 시스템의 개선

디렉터리 구성

  • speaker_recognition: 문장독립 화자인식 개발을 위한 디렉터리
  • client: react를 사용한 웹 프론트엔드 개발을 위한 디렉터리
  • server: node.js를 사용한 웹 백엔드 개발을 위한 디렉터리

시작하기 전

pull 할 때마다 / 및 /frontend로 작업 경로 이동해서 npm install 해줘야 함!

백엔드 개발 스크립트

$ npm install
$ npm run server

프론트 개발 스크립트

$ cd client
$ npm install
$ npm start

통합 개발 스크립트

$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published