# 人脸识别-ffmpeg **Repository Path**: deng-yongsheng/face-recognition-ffmpeg ## Basic Information - **Project Name**: 人脸识别-ffmpeg - **Description**: 基于dlib和ffmpeg的人脸识别 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2022-03-10 - **Last Updated**: 2023-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, OpenCV, ffmpeg ## README # 基于dlib和ffmpeg的人脸识别 + 系统依赖 ```text ffmpeg ffplay ``` + python依赖 ```text face_recognition==1.3.0 numpy==1.18.5 opencv_python==4.5.5.64 ```