
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
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
FAQs
百度AI开放平台Nodejs SDK, 文档以及详情请访问官网: https://ai.baidu.com
We found that baidu-aip demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.