# ai_face_detection **Repository Path**: xiaonian0430/ai_face_detection ## Basic Information - **Project Name**: ai_face_detection - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-27 - **Last Updated**: 2022-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 人脸检测框架 - 1、人脸对比,对比两个人脸的相似度 - 2、人脸性別分析 - 3、人脸清晰分析,愤怒、厌恶、恐惧、高兴、平静、伤心、惊讶 - 4、人脸年龄分析 ## 安装依赖 ``` mkdir -p /home/ai_face_detection/models/.deepface/weights pip3 install -r requirements.txt pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ pip3 install -r requirements.txt -i https://pypi.python.org/simple/ pip3 install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ ``` ## 启动人脸情绪检测服务 ``` python3 run_http.py ```