Skip to content

Kiosk for the Marginalized (AWS Polly & Rekognition) - AWS 코리아 공공부문 수상작

Notifications You must be signed in to change notification settings

Blue-Bird-Developers/POLLYSK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


logo

POLLYSK

느려도 괜찮은 키오스크, 폴리스크
Kiosk for Everyone
AWS Rekognition을 통해 사용자 나이 분석 후 노인을 위한 UI로 변경
AWS Polly를 이용한 시각장애인을 위한 음성메뉴

 

Table of Contents

 

About The Project

IMG_3790


2019학년도 AWS 해커톤
모두가 편하게 사용할 수 있는 키오스크, 폴리스크

 

Built With

  • Node.js + Express
  • MySQL
  • React.js

 

Getting Started

Prerequisites

For development, you will only need Node.js and a node global package, Yarn, installed in your environement.

Node

  • Node installation on Windows

Just go on official Node.js website and download the installer.

Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

You can install nodejs and npm easily with apt install, just run the following commands.

$ sudo apt install nodejs
$ sudo apt install npm

 

  • Other Operating Systems

You can find more information about the installation on the official Node.js website and the official NPM website.   If the installation was successful, you should be able to run the following command.

$ node --version

v8.11.3  

$ npm --version

v6.1.0   If you need to update npm, you can make it using npm! Cool right? After running the following command, just open again the command line and be happy.

$ npm install npm -g

 

Dependencies for Client

"devDependencies": {
	"@babel/core": "^7.0.0-0",
	"@babel/plugin-proposal-class-properties": "^7.1.0",
	"@babel/plugin-proposal-decorators": "^7.7.0",
	"@babel/plugin-transform-runtime": "^7.6.2",
	"@babel/preset-env": "^7.7.1",
	"@babel/preset-react": "^7.7.0",
	"aws-sdk": "^2.577.0",
	"babel-core": "^6.26.3",
	"babel-loader": "^8.0.6",
	"babel-plugin-module-resolver": "^3.2.0",
	"babel-plugin-transform-runtime": "^6.23.0",
	"babel-preset-env": "^1.7.0",
	"babel-runtime": "^6.26.0",
	"mobx": "^5.9.0",
	"mobx-react": "^5.4.3",
	"parcel-bundler": "^1.12.3",
	"react": "^16.8.0",
	"react-dom": "^16.8.0",
	"react-router-dom": "^5.1.2",
	"react-webcam": "^4.0.0",
	"semantic-ui-react": "^0.88.1",
	"styled-components": "^4.4.0",
	"react-html5-camera-photo": "^1.5.2",
	"axios": "^0.19.0"
},

"dependencies": {
	"base64-to-image": "^1.0.2"
}

 

Dependencies for Server

"dependencies": {
	"aws-sdk": "^2.575.0",
	"axios": "^0.19.0",
	"body-parser": "^1.19.0",
	"cookie-parser": "~1.4.4",
	"cors": "^2.8.5",
	"debug": "~2.6.9",
	"express": "~4.16.1",
	"http-errors": "^1.6.3",
	"jade": "~1.11.0",
	"morgan": "~1.9.1",
	"multer": "^1.4.2",
	"multer-s3": "^2.9.0",
	"promise-mysql": "^4.1.1"
}

 

Installation

  1. Clone the repo
$ git clone https://github.com/4AMPOLLY/POLLYSK.git
  1. install modules
$ npm install
  1. Run server
$ npm start

 

Details

Architecture

폴리스크 001

Deploy

  • AWS EC2  

Links

Demo

스크린샷 2019-11-23 오후 12 53 26     스크린샷 2019-11-23 오후 12 53 48     스크린샷 2019-11-23 오후 12 53 58     스크린샷 2019-11-23 오후 12 54 06

 

Contact

  • 이시연 (siyeons) : Server, AWS EC2/RDS/S3/REKOGNITION
  • 김주현 (juhyeon96) : Server, AWS REKOGNITION
  • 윤서현 (seohyun0120) : Client, AWS Polly
  • 신동선 (shindongsun0) : Server, AWS Polly

About

Kiosk for the Marginalized (AWS Polly & Rekognition) - AWS 코리아 공공부문 수상작

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •