Face Sentiment Analysis

หลายคนคงเคยได้ยินการนำ Machine Learning มาใช้ในการจดจำใบหน้า Face Recognition โดยใช้ร่วมกับการตรวจจับใบหน้า Face Detection ซึ่งมีหลายประเทศได้นำมาใช้เพื่อรักษาความปลอดภัยภายในสนามบินแล้ว นอกจากการจดจำและตรวจจับใบหน้า ยังสามารถนำมาใช้ในการวิเคราะห์อารมณ์ Face Sentiment ได้อีกด้วย


Download

Get Started

  • ทำการดาวน์โหลด Face Sentiment Analysis จาก GitHub
# (base) c:\> git clone https://github.com/oarriaga/face_classification.git
# (base) c:\> cd face_classification
  • ทำการ Create Environment
# (base) c:\face_classification> conda create -n face-sentiment python=3.5
  • ทำการ Activate Environment
# (base) c:\face_classification> conda activate face-sentiment
# (base) c:\face_classification> conda deactivate
  • ทำการแก้ไขไฟล์ requirements.txt
keras==2.0.5
tensorflow==1.3.0
pandas==0.19.1
numpy==1.12.1
h5py==2.7.0
statistics
opencv-contrib-python
matplotlib
pillow
  • ทำการติดตั้ง Package จากไฟล์ requirements.txt
# (face-sentiment) c:\face_classification> pip install -r requirements.txt
  • ทำการรันแบบ RealTime Video
# (face-sentiment) c:\face_classification> python video_emotion_color_demo.py
  • ลองดูผลลัพธ์

อ่านเพิ่มเติม : https://bit.ly/2uYGQkC


Leave a Reply

Your email address will not be published. Required fields are marked *