face-recognize

将腾讯人脸识别服务接口封装成类,方便使用

Usage no npm install needed!

<script type="module">
  import faceRecognize from 'https://cdn.skypack.dev/face-recognize';
</script>

README

face-recognition

将腾讯人脸识别服务接口封装成类,方便使用

Install

npm install face-recognize

Usage

具体的用法请参考example目录下文件, 返回的数据接口请参考腾讯AI Lab文档。

TODO

  • test
  • ...