Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김영곤
/
LINEBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
정세호
2020-12-06 20:44:04 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
05663a557cdc0c366888939419d84884a93b0cea
05663a55
2 parents
5165def0
3ebe0195
modify read.md
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
11 deletions
README.md
readme-build.txt
README.md
View file @
05663a5
## Mother Project
---
mother project : kakaoBot
<br>
최근 수정: 20
18/12/01
<br>
추가기능 :
파파고 api를 이용한 카카오톡에서 전송한 사진 속 글자 인식및 번역
최근 수정: 20
20/12/04
<br>
추가기능 :
amazon comprehend api를 이용한 챗봇에 감성분석 기능 추가
# :page_with_curl:목차
---
<<<<<<< HEAD
> 소개
mother project chatbot를 바탕으로 aws-comprehend api기능을 추가하여
어떤 문자를 보냈을때 그 메세지에 내포된 감정을 반환하도록 하였다.
...
...
@@ -32,18 +33,59 @@ mother project : kakaoBot<br>
> > 사용 API
1.
aws comprehend api
2. line notify,messendger api
=======
> 1.소개
> > 사용 API
> 기본세팅
> > 사용 언어
> 3.빌드 방법
> 4.사용 방법
>>>>>>> 3ebe01955916a00f9e33f2cd02ab7d1892d538aa
> liscense
# :speaker:소개
---
---기존에 구현된 챗봇에 amazon comprehend api를 도입해 감성분석 기능을 추가한다.
사용자가 text를 전송할 경우 text에서 major한 감정을 추출하여 reply한다.
---사용 API
1. aws comprehend api
2. line notify,messenger api
# :bookmark:기본세팅
---
---WHAT WE NEED:
line messanger api channel token
aws access,access-secret token
---사용언어 : java script
# :floppy_disk:빌드 방법
---
--- 0. npm install
1. npm install aws-sdk
2. aws configure
->aws access key, secret key 입력
->region: us-east-1
# :book:사용 방법
---
---
(temp)
1. send message
2. it will return your sentiment
---
...
...
readme-build.txt
deleted
100644 → 0
View file @
5165def
0. npm install
1. npm install aws-sdk
2.aws configure
->aws access key, secret key 입력
->region은 us-east-1
\ No newline at end of file
Please
register
or
login
to post a comment