nul318 / EmoCat

제 2회 오픈핵 EmoCat 팀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EmoCat

Description

  • Recognize people's face by camera and quantify happiness

  • APIs are opened to anyone who registered

  • Based On Mobile Vision & Node.js & OpenCanvas

APIs

POST /emoInfo

  • Insert happiness score of people who are captured by device
  • Body: device_id(string)

GET /happiness

  • Response latest happiness score captured by specific device_id
  • Query : device_id(string)

GET /info/user/:uid/:id

  • Response happiness scores of specific user
  • Just send happiness scores whose id value is over specific 'id' value

GET /info/device/:device_id/:id

  • Response happiness scores captured by specific device
  • Just send happiness scores whose id value is over specific 'id' value

Used licenses

  • Mobile Vision : Apache 2.0

  • OpneCanvas : MIT

  • express.js : MIT

  • MYSQL : GPL v2.0

About

제 2회 오픈핵 EmoCat 팀


Languages

Language:HTML 31.8%Language:CSS 29.9%Language:JavaScript 23.4%Language:PHP 14.4%Language:Java 0.6%