- Dialogflow를 활용한 챗봇과의 심리 상담 대화 (Psychological counseling conversations with a chatbot utilizing Dialogflow)
- Django Channels를 활용한 실제 상담사와 실시간 채팅 대화 (Real-time chat conversations with actual counselors using Django Channels.)
- 상담 대화 후 텍스트와 이미지를 통한 감정 분석 (Emotion analysis through text and image after counseling sessions.)
- 주기적인 접속을 위한 이메일 알림 서비스 (Email notification service for regular access.)
1. git clone https://github.com/BBIYAC/EmoChatbot.git
2. python -m venv myvenv
3. source myvenv/Scripts/activate(windows)
source myvenv/bin/activate(macOS)
4. pip install -r requirements.txt
5. python manage.py makemigrations
6. python manage.py migrate
7. python manage.py runserver