Coder Social home page Coder Social logo

nodejs-sdk's Introduction

Build Status npm

安装百度AI开放平台 Node.js SDK

Node.js SDK目录结构

    ├── src
    │  ├── auth                                //授权相关类
    │  ├── http                                //Http通信相关类
    │  ├── client                              //公用类
    │  ├── util                                //工具类
    │  └── const                               //常量类
    ├── AipOcr.js                              //文字识别交互类
    ├── AipFace.js                             //人脸识别交互类
    ├── AipNlp.js                              //语言处理基础技术交互类
    ├── AipContentCensor.js                    //内容审核交互类
    ├── AipImageClassify.js                    //图像识别交互类
    ├── AipImageSearch.js                      //图像搜索交互类
    ├── AipKg.js                               //知识图谱交互类
    ├── AipSpeech.js                           //语音合成&语音识别交互类
    ├── index.js                               //入口文件
    └── package.json                           //npm包描述文件

支持 node 版本 4.0+

直接使用Node.js开发包步骤如下:

1.在官方网站下载Node.js SDK压缩包。

2.将下载的aip-node-sdk-version.zip解压后,复制到工程文件夹中。

3.进入目录,运行npm install安装sdk依赖库

4.把目录当做模块依赖

其中,version为版本号,添加完成后,用户就可以在工程中使用百度AI开放平台 Node.js SDK。

直接使用npm安装依赖:

npm install baidu-aip-sdk

详细使用文档

参考百度AI开放平台官方文档

nodejs-sdk's People

Contributors

meteorasd555 avatar

Watchers

 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.