Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오세헌
/
Ingredient-to-Dish-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
오세헌
2022-06-07 00:41:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1432c1b107a640bc97f5a6a6ad20af08d9590c29
1432c1b1
1 parent
8c731edf
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
2 deletions
README.md
README.md
View file @
1432c1b
...
...
@@ -39,8 +39,36 @@
<img
src=
"/images/add_channel_info.png"
width=
"450px"
height=
"300px"
>
<br>
*
개발자
<p>
1. Clone repository
</p>
<p>
터미널을 열고 다음을 입력
</p>
```
git clone http://khuhub.khu.ac.kr/2019102197/Ingredient-to-Dish-ChatBot.git```
<br>
<p>2. Node.js download</p>
<p>터미널을 열고 다음을 입력</p>
```
npm install
```
<br>
<p>3. AWS RDS 사용법</p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<br>
<p>4. csv 파일 연결</p>
<br>
<p>5. 토큰, 도메인 등등 값 수정</p>
<br>
<p>etc. web crawling 코드 설정</p>
<p>터미널을 열고 다음 명령어 입력</p>
```
pip3 install requests
pip3 install pymysql
pip3 install beautifulsoup4
```
<br>
---
### 진행정도
-
[
x
]
챗봇을 올릴 aws 서비스 생성
...
...
Please
register
or
login
to post a comment