Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최재웅
/
menu_recommand_webpage
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
박나리
2022-06-09 06:11:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
64f94a1e2a81c6cbd2fffceb81d453534337ae04
64f94a1e
1 parent
71b0fc4b
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
README.md
README.md
View file @
64f94a1
# 기호에 따른 메뉴 추천 챗봇
> ![readme사진](/uploads/a1b331d0e72982e1500b92b605e14595/readme사진.png)
## About The Project
> 사용자의 기호에 따라 적절한 음식 메뉴를 추천해주는 챗봇을 개발한다.
> 1) 한식, 중식, 일식, 양식, 기타 / 2) 찬 음식, 뜨거운 음식/ 3) 매운 음식, 안 매운 음식/ 4) 국물 있는 음식, 없는 음식/ 5) 고기류, 해물류, 기타의 총 5가지 항목을 기준으로 사용자의 기호에 맞는 음식 메뉴 몇 가지를 추천해준다.
...
...
@@ -20,7 +21,7 @@
npm install request
npm install
```
3.
app.js 파일에서 TOKEN, Domain, PAPAGO_ID, PAPAGO_SECRET 자신의 것으로 변경
3.
app.js 파일에서 TOKEN, Domain, PAPAGO_ID, PAPAGO_SECRET 자신의 것으로 변경
<br>
</br>
4.
node.js로 실행
...
...
Please
register
or
login
to post a comment