Name Last Update
bin Loading commit data...
node_modules Loading commit data...
2018-12-04.docx Loading commit data...
QR코드.JPG Loading commit data...
README.md Loading commit data...
app - notify.js Loading commit data...
app.js Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
readme-build.txt Loading commit data...
캡처1.PNG Loading commit data...
캡처2.PNG Loading commit data...

Mother Project


mother project : kakaoBot
최근 수정: 2020/12/04
추가기능 : amazon comprehend api를 이용한 챗봇에 감성분석 기능 추가

:page_with_curl:목차


1.소개 기존에 구현된 챗봇에 amazon comprehend api를 도입해 감성분석 기능을 추가한다. 사용자가 text를 전송할 경우 text에서 major한 감정을 추출하여 reply한다.

기본세팅 WHAT WE NEED: line messanger api channel token aws access,access-secret token

개발 환경 visual studio code node js 사용 언어 node.js 3.빌드 방법 0. npm install 1. npm install aws-sdk 2. aws configure ->aws access key, secret key 입력 ->region: us-east-1 4.사용 방법 (temp) 1. send message 2. it will return your sentiment 사용 API 1. aws comprehend api 2. line notify,messenger api liscense

:speaker:소개


:bookmark:기본세팅


사용언어 : java script

:floppy_disk:빌드 방법


:book:사용 방법