人脸识别api_使用人脸识别API的人脸识别

本文介绍了如何利用人脸识别API进行人脸识别。通过链接翻译自Medium的文章,深入探讨了使用该API的关键步骤和技术要点。
摘要由CSDN通过智能技术生成

人脸识别api

The world’s simplest facial recognition API for Python and the command line

世界上最简单的Python和命令行面部识别API

In this article, we’ll explore the ‘face_recognition’ library and implement a face recognition system.

在本文中,我们将探索“ face_recognition”库并实现人脸识别系统。

大纲: (Outline:)

  1. Step 1: Installation

    步骤1:安装
  2. Step 2: Finding Faces in Image

    第2步:在图像中查找人脸
  3. Step 3: Identifying Facial Features

    第3步:识别面部特征
  4. Step 4: Identifying Known Faces

    步骤4:识别已知面Kong

步骤1:安装: (Step 1: Installation:)

要求 (Requirements)

  • Python 3.3+ or Python 2.7

    Python 3.3+或Python 2.7
  • macOS or Linux (Windows not officially supported, but it will work fine)

    macOS或Linux(不正式支持Windows,但可以正常使用)

For windows, First make sure that you have dlib installed. If you don’t have dlib installed. Follow these steps

对于Windows,首先请确保已 安装 dlib 如果您尚未安装 dlib 跟着这些步骤

  • Clone the code from GitHub:

    从GitHub克隆代码:
git clone https://github.com/davisking/dlib.git
  • Install with Python Extension:

    使用Python Extension安装:
cd ..
python3 setup.py install

After this step, you should be able to run import dlib successfully.

完成此步骤后,您应该能够成功运行import dlib

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值