Code Monkey home page Code Monkey logo

tecent-ai-java's Introduction

tecent-ai-java

腾讯AI API JAVA实现

计划实现功能

OCR
  • 身份证OCR (OCRClient.idCard(...))
  • 行驶证驾驶证OCR (OCRClient.vehicleLicense(...)|OCRClient.driveLicense(...))
  • 通用OCR (OCRClient.general(...))
  • 营业执照OCR (OCRClient.biz(...))
  • 银行卡OCR (OCRClient.bankCard(...))
  • 手写体OCR (OCRClient.handWrite(...))
  • 车牌OCR (OCRClient.carPlate(...))
  • 名片OCR (OCRClient.businessCard(...))
人脸识别
  • 人脸检测与分析 (FaceClient.detect(...))
  • 多人脸检测 (FaceClient.multiDetect(...))
  • 跨年龄人脸识别 (FaceClient.crossAge(...))
  • 五官定位 (FaceClient.shape(...))
  • 人脸对比 (FaceClient.compare(...))
  • 人脸搜索
    • 人脸搜索 (FaceIdentifyClient.identify(...))
    • 个体创建 (FaceIdentifyClient.newPerson(...))
    • 删除个体 (FaceIdentifyClient.delPerson(...))
    • 增加人脸 (FaceIdentifyClient.addFace(...))
    • 删除人脸 (FaceIdentifyClient.delFace(...))
    • 设置信息 (FaceIdentifyClient.setPersonInfo(...))
    • 获取信息 (FaceIdentifyClient.getPersonInfo(...))
    • 获取组列表 (FaceIdentifyClient.groupIds(...))
    • 获取个体列表 (FaceIdentifyClient.findPersonIdsByGroupId(...))
    • 获取人脸列表 (FaceIdentifyClient.findFaceIdsByPersonId(...))
    • 获取人脸信息 (FaceIdentifyClient.faceInfo(...))
  • 人脸验证 (FaceClient.verify(...))

测试用例

tecent-ai-java's People

Contributors

aijingsun6 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.