All Projects → Baidu-AIP → Nodejs Sdk

Baidu-AIP / Nodejs Sdk

Licence: apache-2.0
百度AI开放平台 Node.js SDK

Programming Languages

javascript
184084 projects - #8 most used programming language
javascipt
17 projects

Projects that are alternatives of or similar to Nodejs Sdk

Java Sdk
百度AI开放平台 Java SDK
Stars: ✭ 495 (+122.97%)
Mutual labels:  ai, baidu, sdk
Dotnet Sdk
百度AI开放平台 .Net SDK
Stars: ✭ 312 (+40.54%)
Mutual labels:  ai, baidu, sdk
Php Sdk
百度AI开放平台 PHP SDK
Stars: ✭ 81 (-63.51%)
Mutual labels:  ai, baidu, sdk
Python Sdk
百度AI开放平台 Python SDK
Stars: ✭ 285 (+28.38%)
Mutual labels:  ai, baidu, sdk
Clarifai Apple Sdk
Artificial Intelligence with a Vision
Stars: ✭ 46 (-79.28%)
Mutual labels:  ai, sdk
Alexa Skills Kit Sdk For Java
The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Stars: ✭ 758 (+241.44%)
Mutual labels:  ai, sdk
Amadeus Node
Node library for the Amadeus Self-Service travel APIs
Stars: ✭ 91 (-59.01%)
Mutual labels:  ai, sdk
Ultimatemrz Sdk
Machine-readable zone/travel document (MRZ / MRTD) detector and recognizer using deep learning
Stars: ✭ 66 (-70.27%)
Mutual labels:  ai, sdk
Docusign Node Client
The Official DocuSign Node.js Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
Stars: ✭ 108 (-51.35%)
Mutual labels:  sdk, npm
Baidu Ai Go Sdk
百度AI服务go语言sdk
Stars: ✭ 124 (-44.14%)
Mutual labels:  ai, baidu
Sdk Js
Directus JS SDK — JavaScript Software Development Kit for Node and Browser
Stars: ✭ 117 (-47.3%)
Mutual labels:  sdk, npm
Ai
像查询数据库一样优雅调用人工智能API
Stars: ✭ 147 (-33.78%)
Mutual labels:  ai, baidu
Kendryte Freertos Sdk
Kendryte K210 SDK with FreeRTOS
Stars: ✭ 164 (-26.13%)
Mutual labels:  ai, sdk
Xiaoai
a tiny&smart AI & Repo for work for AI Survey百度云资源持续更新中,欢迎点赞star Min's blog 欢迎访问我的博客主页!(Welcome to my blog website !)https://liweimin1996.github.io/
Stars: ✭ 111 (-50%)
Mutual labels:  ai, baidu
Smartopencv
🔥 🔥 🔥 SmartOpenCV是一个OpenCV在Android端的增强库,解决了OpenCV Android SDK在图像预览方面存在的诸多问题,且无需修改OpenCV SDK源码,与OpenCV的SDK解耦
Stars: ✭ 1,869 (+741.89%)
Mutual labels:  ai, sdk
Hyperdash Sdk Py
Official Python SDK for Hyperdash
Stars: ✭ 190 (-14.41%)
Mutual labels:  ai, sdk
Visioninsdk
类似faceu的移动端视频美颜、视频滤镜、人脸实时关键点追踪、实时整形(瘦脸大眼睛等)、动态贴纸
Stars: ✭ 215 (-3.15%)
Mutual labels:  sdk
Interpret Text
A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the result with a built-in dashboard.
Stars: ✭ 220 (-0.9%)
Mutual labels:  npm
Operator Sdk Samples
Contains samples of operators built using the operator-sdk
Stars: ✭ 215 (-3.15%)
Mutual labels:  sdk
Machine Learning Interview Enlightener
This repo is meant to serve as a guide for Machine Learning/AI technical interviews.
Stars: ✭ 207 (-6.76%)
Mutual labels:  ai

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开放平台官方文档

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].