# EmotionClassification **Repository Path**: mtrdong/emotion-classification ## Basic Information - **Project Name**: EmotionClassification - **Description**: OpenCV + Dlib + FER2013 表情识别 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-12-12 - **Last Updated**: 2024-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: 表情识别, OpenCV, Dlib, Fer2013 ## README # EmotionClassification #### 介绍 OpenCV + Dlib + FER2013 表情识别 ![表情识别效果](screenshots/Snipaste_2023-12-12_18-05-44.png) #### 安装教程 1. 安装[Python3](https://mirrors.huaweicloud.com/python/) 2. 安装依赖库 ```shell # 在 requirements.txt 文件所在目录下执行 # 或指定 requirements.txt 文件的绝对路径 pip install -r requirements.txt ``` #### 训练模型 如需自己训练模型,请转到此处: [https://gitee.com/mtrdong/training.git](https://gitee.com/mtrdong/training.git)