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