Name Last Update
bin Loading commit data...
public Loading commit data...
readme_img Loading commit data...
routes Loading commit data...
views Loading commit data...
.gitignore Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
app.js Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...


Logo

MWD Readme!!

구글 Teachable Machine 2.0을 이용하여 마스크 착용 검사 및 출입부 작성 기능을 제공합니다.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

구글 Teachable Machine 2.0을 이용하여 마스크 착용 검사 및 출입부 작성 기능을 제공합니다.

Built With

Getting Started

  1. main page 접속
    1.1 을 통해 접속합니다.

  2. 카메라 허용
    2.1 카메라 허용 메시지가 표시되면 허용을 선택합니다.

Installation

  1. Clone the repo sh git clone http://khuhub.khu.ac.kr/MWD/2020-02-OSS-TermProject.git
  2. Install NPM packages sh npm install
  3. Enter your API in index.ejs JS const URL = 'ENTER YOUR Teachable Machine Model Url';
  4. Start Server in npm located. sh npm start

Usage

Product Name Screen Shot

Product Name Screen Shot

Product Name Screen Shot

  1. 마스크 착용 판별 기능
    1.1. 카메라 정면을 바라보고 서있는다.
    1.2. 마스크 착용 여부에 따라 캠 우측의 이미지가 변하고 소리가 출력된다.

  2. 출입내역 기록 기능
    2.1. 처음 페이지에 접속하여 출입내역을 작성할 곳의 위치를 입력한다.
    2.2. 건물에 출입하는 인원들은 캠 앞에서서 이름, 전화번호, 신분을 선택하고 제출을 누른다.
    2.3. 이때 마스크를 착용하지 않았다면 작성한 내용을 제출이 불가능하다.

  3. 출입내역 저장 기능
    3.1 지금까지 기록한 내용들을 '저장' 버튼을 눌러 파일을 생성한다.
    3.2 생성한 파일을 '다운로드'를 통해 로컬에 저장한다.

더 많은 정보를 원하신다면, Teachablemachine Documentation 를 참고해주세요.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

해당 프로젝트에 기여하고 싶다면 아래의 절차를 따라주세요.
어떠한 기여도 환영입니다!!.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

GPL-v3.0 라이센스를 적용합니다. 자세한 정보는 License를 확인해주세요.

Contact

Taeyoung Kim - rlaxodud9809@khu.ac.kr
Jaeho Lee - dlwogh9344@khu.ac.kr

Project Link: http://khuhub.khu.ac.kr/MWD/2020-02-OSS-TermProject