# deepin-face **Repository Path**: GXDE-OS/deepin-face ## Basic Information - **Project Name**: deepin-face - **Description**: Face recognition service powered by Seetaface - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-20 - **Last Updated**: 2026-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deepin-face 生物特征的人脸数据录入、验证与数据管理 ### 依赖 请查看“debian/control”文件中提供的“Depends”。 ### 编译依赖 请查看“debian/control”文件中提供的“Build-Depends”。 ## 安装 ### 构建过程 1. 确保已经安装了所有的编译依赖 2. 构建 ``` $ cd deepin-face $ mkdir Build $ cd Build $ qmake .. $ make ``` 3. 安装 ``` $ sudo make install ``` ## 帮助 任何使用问题都可以通过以下方式寻求帮助: * [Matrix](https://matrix.to/#/#deepin-community:matrix.org) * [官方论坛](https://bbs.deepin.org/) * [Wiki](https://wiki.deepin.org/) * [开发者中心](https://github.com/linuxdeepin/developer-center/issues) ## 贡献指南 我们鼓励您报告问题并做出更改 * [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English) * [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文) ## 开源许可证 deepin-face在 [GPL-3.0-or-later](LICENSE)下发布。