chatbot branch merge
챗봇 기능 구현
- cfr을 이용할 때(얼굴 인식 성공 시): 인식된 감정, 나이, 성별을 기반으로 맛집 추천
- cfr을 이용할 때(얼굴 인식 실패 시): 위치 기반으로 맛집 추천
- cfr을 이용하지 않을 때: 메뉴 랜덤 또는 위치 기반 선택하여 맛집 추천
챗봇 기능 구현
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b chatbot origin/chatbot
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout master git merge --no-ff chatbot
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
The changes were merged into master.