사람 감정 분석 모델
https://jjeong-ee.tistory.com/2?category=862764
opencv 딥러닝 이용 얼굴표정 인식
https://mindcompass.github.io/multicampus/project3_3_emotion_detector/
얼굴의 표정으로 7가지 감정을 예측하는 CNN모델
https://jjeong-ee.tistory.com/2
[인지과학] 사람의 감정을 어떻게 정의할 수 있을까?
https://steemit.com/kr-science/@man-in-the-moon/5sboad
연예인 얼굴 인식 모델을 만들어보자 - #1. 학습 데이타 준비하기
https://bcho.tistory.com/1176
감정 분석 코드
https://github.com/petercunha/Emotion/blob/master/emotions.py
추가설치가 필요한 것들
시각화하기 위한 라이브러리 설치 : pip install matplotlib
이미지는 숫자의 집합으로 이루어져 있는데 이 형태를 주무르기 위한 틀을 제공하는 numpy 설치
: pip install numpy
Anaconda(아나콘다) 에서 Keras(케라스) 설치하기