Toggle navigation
Toggle navigation
This project
Loading...
Sign in
조아혜
/
cfr-chatbot
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-09 22:46:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
21fbefcb86c7f8daa9120efcc0f822b806a0b9ab
21fbefcb
1 parent
a21409ee
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
9 deletions
README.md
README.md
View file @
21fbefc
...
...
@@ -2,6 +2,14 @@
얼굴인식 API를 이용하여 사용자의 감정, 성별에 적합한 맛집을 추천해주는 챗봇 서비스입니다.
### Bulit with
*
[
Node.js
](
https://nodejs.org/ko/
)
*
[
Express
](
https://expressjs.com/
)
*
[
Line Messaging API
](
https://developers.line.biz/en/services/messaging-api/
)
*
[
CLOVA Face Recognition API
](
https://developers.naver.com/products/clova/face/
)
*
[
Naver Search Local API
](
https://developers.line.biz/en/services/messaging-api/
)
## How to use chatbot
<img
src=
"image/LINE_APP.png"
width=
"20%"
height=
"20%"
alt=
"line"
></img>
<img
src=
"image/QR_code.png"
width=
"20%"
height=
"20%"
alt=
"line"
></img>
...
...
@@ -20,23 +28,43 @@
<br>
⭕ 얼굴인식을 사용하는 경우 ⭕
1.
얼굴을 인식할 사진을 업로드해주세요.
2.
사진에서 얼굴 유무를 인식하여 인식되지 않으면 얼굴인식을 이용하지 않는
경우
로 돌아갑니다.
2.
사진에서 얼굴 유무를 인식하여 인식되지 않으면 얼굴인식을 이용하지 않는
위치기반 추천으
로 돌아갑니다.
3.
얼굴을 인식하여 사용자의 감정과 성별을 파악합니다.
4.
사용자 위치를 입력해주세요. 원하는 위치의 맛집을 검색할 수 있어요!
5.
사용자 감정과 성별, 위치를 기반으로 한 맛집이 제공됩니다. 🥘
<br>
<h4
align=
"center"
>
📜한눈에 살펴보는 챗봇 사용법📜
</h4>
<p
align=
"center"
><img
src=
"image/cha
tbot_algorithm
.png"
></img></p>
<p
align=
"center"
><img
src=
"image/cha
botAlgorithm
.png"
></img></p>
## How to develop
1.
필요한 API Key들을 발급받아 주세요.
<br>
[
Line Messaging API
](
https://developers.line.biz/en/services/messaging-api/
)
<br>
[
CLOVA Face Recognition API
](
https://developers.naver.com/products/clova/face/
)
<br>
[
Naver Search Local API
](
https://developers.line.biz/en/services/messaging-api/
)
<br>
<br>
### Bulit with
*
Node.js
*
Express
*
Line messenger API
*
CLOVA Face Recognition API
*
Naver Search Local API
2.
이 Repository를 clone해 주세요.
```
git clone http://khuhub.khu.ac.kr/2018102237/cfr-chatbot.git
```
3.
필요한 npm module을 설치해 주세요.
```
npm install
```
4.
chatbot.js 파일을 수정해주세요.
```
javascript
var
client_id
=
'your cfr client id'
;
//cfr api client id를 입력하세요
var
client_secret
=
'your cfr client secret'
;
//cfr api client secret을 입력하세요
const
TOKEN
=
'your chatbot token'
//line chatbot api token을 입력하세요
const
SECRET
=
'your chatbot secret'
//line chatbot api secret을 입력하세요
const
domain
=
"your domain"
//도메인을 입력하세요
var
search_client_id
=
'your search client id'
;
//naver search local api client id를 입력하세요
var
search_client_secret
=
'your search client secret'
;
//naver search local api client secret 입력하세요
```
5.
chatbot.js를 실행한 후, 정상적으로 작동되는지 확인하세요.
<br>
### 참여하기
이 프로젝트는 오픈소스입니다. CFR Chatbot을 발전시켜주세요! 👩💻
...
...
@@ -48,5 +76,10 @@
5.
merge request를 요청해주세요. 당신도 이 프로젝트에 기여할 수 있습니다!
## License
이 프로젝트는 MIT License를 따르고 있습니다. 자세한 내용은
[
License
](
http://khuhub.khu.ac.kr/2018102237/cfr-chatbot/blob/master/LICENSE
)
를 확인해 주세요.
## Contact
wish@khu.ac.kr
\ No newline at end of file
장소원 wish@khu.ac.kr
<br>
조아혜 whdkgp97@khu.ac.kr
<br>
이다은
\ No newline at end of file
...
...
Please
register
or
login
to post a comment