정세호

Update README.md

Showing 1 changed file with 11 additions and 0 deletions
...@@ -24,28 +24,39 @@ mother project : kakaoBot<br> ...@@ -24,28 +24,39 @@ mother project : kakaoBot<br>
24 24
25 # :speaker:소개 25 # :speaker:소개
26 ---기존에 구현된 챗봇에 amazon comprehend api를 도입해 감성분석 기능을 추가한다. 26 ---기존에 구현된 챗봇에 amazon comprehend api를 도입해 감성분석 기능을 추가한다.
27 +
27 사용자가 text를 전송할 경우 text에서 major한 감정을 추출하여 reply한다. 28 사용자가 text를 전송할 경우 text에서 major한 감정을 추출하여 reply한다.
28 29
29 ---사용 API 30 ---사용 API
31 +
30 1. aws comprehend api 32 1. aws comprehend api
33 +
31 2. line notify,messenger api 34 2. line notify,messenger api
32 35
33 # :bookmark:기본세팅 36 # :bookmark:기본세팅
34 ---WHAT WE NEED: 37 ---WHAT WE NEED:
38 +
35 line messanger api channel token 39 line messanger api channel token
40 +
36 aws access,access-secret token 41 aws access,access-secret token
37 42
38 ---사용언어 : java script 43 ---사용언어 : java script
39 # :floppy_disk:빌드 방법 44 # :floppy_disk:빌드 방법
40 --- 0. npm install 45 --- 0. npm install
46 +
41 1. npm install aws-sdk 47 1. npm install aws-sdk
48 +
42 2. aws configure 49 2. aws configure
50 +
43 ->aws access key, secret key 입력 51 ->aws access key, secret key 입력
52 +
44 ->region: us-east-1 53 ->region: us-east-1
45 54
46 # :book:사용 방법 55 # :book:사용 방법
47 ---(temp) 56 ---(temp)
57 +
48 1. send message 58 1. send message
59 +
49 2. it will return your sentiment 60 2. it will return your sentiment
50 --- 61 ---
51 62
......