정세호

Update README.md

Showing 1 changed file with 26 additions and 24 deletions
...@@ -7,44 +7,46 @@ mother project : kakaoBot<br> ...@@ -7,44 +7,46 @@ mother project : kakaoBot<br>
7 # :page_with_curl:목차 7 # :page_with_curl:목차
8 --- 8 ---
9 > 1.소개 9 > 1.소개
10 - 기존에 구현된 챗봇에 amazon comprehend api를 도입해 감성분석 기능을 추가한다. 10 +
11 - 사용자가 text를 전송할 경우 text에서 major한 감정을 추출하여 reply한다. 11 +> > 사용 API
12 12
13 > 기본세팅 13 > 기본세팅
14 - WHAT WE NEED: 14 +
15 - line messanger api channel token
16 - aws access,access-secret token
17 -> > 개발 환경
18 - visual studio code
19 - node js
20 > > 사용 언어 15 > > 사용 언어
21 - node.js 16 +
22 > 3.빌드 방법 17 > 3.빌드 방법
23 - 0. npm install 18 +
24 - 1. npm install aws-sdk
25 - 2. aws configure
26 - ->aws access key, secret key 입력
27 - ->region: us-east-1
28 > 4.사용 방법 19 > 4.사용 방법
29 - (temp) 20 +
30 - 1. send message 21 +
31 - 2. it will return your sentiment 22 +
32 -> > 사용 API
33 - 1. aws comprehend api
34 - 2. line notify,messenger api
35 > liscense 23 > liscense
36 24
37 # :speaker:소개 25 # :speaker:소개
38 ---- 26 +---기존에 구현된 챗봇에 amazon comprehend api를 도입해 감성분석 기능을 추가한다.
27 + 사용자가 text를 전송할 경우 text에서 major한 감정을 추출하여 reply한다.
39 28
29 +---사용 API
30 + 1. aws comprehend api
31 + 2. line notify,messenger api
40 32
41 # :bookmark:기본세팅 33 # :bookmark:기본세팅
42 ---- 34 +---WHAT WE NEED:
43 -사용언어 : java script 35 + line messanger api channel token
36 + aws access,access-secret token
37 +
38 +---사용언어 : java script
44 # :floppy_disk:빌드 방법 39 # :floppy_disk:빌드 방법
45 ---- 40 +--- 0. npm install
41 + 1. npm install aws-sdk
42 + 2. aws configure
43 + ->aws access key, secret key 입력
44 + ->region: us-east-1
46 45
47 # :book:사용 방법 46 # :book:사용 방법
47 +---(temp)
48 + 1. send message
49 + 2. it will return your sentiment
48 --- 50 ---
49 51
50 52
......