Showing
6 changed files
with
64 additions
and
0 deletions
Readme.md
0 → 100644
1 | +# Personal Color Chatbot | ||
2 | +------------------ | ||
3 | +###### 다양한 질문에 답을 함으로써 퍼스널 컬러는 진단해 해당 퍼스널 컬러에 잘 어울리는 색상과, 피해야하는 색상 추천<br> | ||
4 | + | ||
5 | +## About the Project | ||
6 | + | ||
7 | +###### STEP 1. 챗봇이 제시한대로 "start"입력 | ||
8 | + | ||
9 | + | ||
10 | +###### STEP 2. 질문을 통한 사용자의 피부 톤 진단 | ||
11 | + | ||
12 | + | ||
13 | +###### STEP 3. 색상 이미지와 자신의 피부 색상 비교를 통한 진단 | ||
14 | + | ||
15 | + | ||
16 | +###### STEP 4. 사용자의 피부톤과 그에 대한 정보 제공 | ||
17 | + | ||
18 | + | ||
19 | +## Getting Started (Installation) | ||
20 | +------------------ | ||
21 | + | ||
22 | + | ||
23 | ++ QR코드를 통한 라인 친구 추가 | ||
24 | + | ||
25 | +### Installation | ||
26 | + | ||
27 | +1. Clone the repository | ||
28 | + ````git clone http://khuhub.khu.ac.kr/2019102195/Personal_color_chatbot | ||
29 | + ```` | ||
30 | +2. npm install | ||
31 | + ````npm install | ||
32 | + ```` | ||
33 | +3. Enter your API in app.js | ||
34 | +```` | ||
35 | +const TOKEN = '라인 챗봇 토큰' | ||
36 | +const domain = '발급받은 도메인' | ||
37 | +```` | ||
38 | + | ||
39 | +## Usage | ||
40 | + | ||
41 | ++ QR코드를 통해 라인 친구 추가를 한 뒤 채팅 실행 | ||
42 | ++ 채팅창에 "start"를 입력해 진단 시작 | ||
43 | ++ 제시되는 질문과 이미지에서 자신에 맞는 선택지 선택 | ||
44 | ++ 채팅창에 "Y"를 입력해 결과 확인 | ||
45 | + | ||
46 | +## Contributing | ||
47 | + | ||
48 | +같이 챗봇의 기능을 추가해봐요! | ||
49 | +1. Fork the Project. | ||
50 | +2. Create your Feature Branch. (````git checkout brach_name````) | ||
51 | +3. Commit your changes. (````git commit -m "commit message"````) | ||
52 | +4. Push to Branch. (````git push origin branch_name````) | ||
53 | +5. Open a Pull Request. | ||
54 | + | ||
55 | +## Contact | ||
56 | + | ||
57 | +Email: ohrbfla1004@gmail.com<br> | ||
58 | +Project Link: http://khuhub.khu.ac.kr/2019102195/Personal_color_chatbot | ||
59 | + | ||
60 | +Email: psh7492@gmail.com <br> | ||
61 | + | ||
62 | +## License | ||
63 | + | ||
64 | +MIT LICENCE |
image/00.png
0 → 100644

140 KB
image/01.png
0 → 100644

125 KB
image/02.png
0 → 100644

136 KB
image/04.png
0 → 100644

82 KB
image/QR.png
0 → 100644

46.4 KB
-
Please register or login to post a comment