文件名称:oxford-face-api:oxford-face-api 提供与 Microsoft Project Oxford 中的人脸 API 的接口
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-20 05:55:10
JavaScript
牛津脸api oxford-face-api提供了与Microsoft Project Oxford中的Face API的接口。 安装 $npm install oxford-face-api 用法 var Face = require ( 'oxford-face-api' ) ; var face = new Face ( YOUR_FACE_API_PRIMARY_KEY ) ; face . detection ( image_url , function ( error , response_body ) { ... } ) ; face . identification ( face_ids , group_id , limit , function ( error , response_body ) { ... } ) ; face . create_a_per
【文件预览】:
oxford-face-api-master
----lib()
--------face.js(1KB)
--------person.js(1KB)
--------personGroup.js(2KB)
--------index.js(121B)
----LICENSE(1KB)
----test()
--------index.js(453B)
----README.md(699B)
----.gitignore(537B)
----index.js(35B)
----package.json(647B)