All Projects → Baidu-AIP → Dotnet Sdk

Baidu-AIP / Dotnet Sdk

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

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Dotnet Sdk

Php Sdk
百度AI开放平台 PHP SDK
Stars: ✭ 81 (-74.04%)
Mutual labels:  ai, baidu, sdk
Java Sdk
百度AI开放平台 Java SDK
Stars: ✭ 495 (+58.65%)
Mutual labels:  ai, baidu, sdk
Nodejs Sdk
百度AI开放平台 Node.js SDK
Stars: ✭ 222 (-28.85%)
Mutual labels:  ai, baidu, sdk
Python Sdk
百度AI开放平台 Python SDK
Stars: ✭ 285 (-8.65%)
Mutual labels:  ai, baidu, sdk
Amadeus Node
Node library for the Amadeus Self-Service travel APIs
Stars: ✭ 91 (-70.83%)
Mutual labels:  ai, sdk
Ultimatemrz Sdk
Machine-readable zone/travel document (MRZ / MRTD) detector and recognizer using deep learning
Stars: ✭ 66 (-78.85%)
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 (-64.42%)
Mutual labels:  ai, baidu
Smartopencv
🔥 🔥 🔥 SmartOpenCV是一个OpenCV在Android端的增强库,解决了OpenCV Android SDK在图像预览方面存在的诸多问题,且无需修改OpenCV SDK源码,与OpenCV的SDK解耦
Stars: ✭ 1,869 (+499.04%)
Mutual labels:  ai, sdk
Sharpcaster
Chromecast C# SDK for Windows, Windows Phone, .NET 4.5.1, Xamarin.iOS and Xamarin.Android platforms.
Stars: ✭ 245 (-21.47%)
Mutual labels:  sdk, nuget
Baidu Ai Go Sdk
百度AI服务go语言sdk
Stars: ✭ 124 (-60.26%)
Mutual labels:  ai, baidu
Kendryte Freertos Sdk
Kendryte K210 SDK with FreeRTOS
Stars: ✭ 164 (-47.44%)
Mutual labels:  ai, sdk
Clarifai Apple Sdk
Artificial Intelligence with a Vision
Stars: ✭ 46 (-85.26%)
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 (+142.95%)
Mutual labels:  ai, sdk
Krypton-Toolkit-Suite-Extended-NET-5.470
An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
Stars: ✭ 51 (-83.65%)
Mutual labels:  dll, nuget
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (-37.82%)
Mutual labels:  dll, nuget
Ai
像查询数据库一样优雅调用人工智能API
Stars: ✭ 147 (-52.88%)
Mutual labels:  ai, baidu
Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (-61.22%)
Mutual labels:  sdk, nuget
Cognitive Face Windows
Windows SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 175 (-43.91%)
Mutual labels:  sdk, nuget
Hyperdash Sdk Py
Official Python SDK for Hyperdash
Stars: ✭ 190 (-39.1%)
Mutual labels:  ai, sdk
xamarin-bugly
A bugly SDK for Xamarin Android Bindings
Stars: ✭ 22 (-92.95%)
Mutual labels:  dll, nuget

百度AI开放平台 .Net SDK

支持平台:.Net Framework 3.5/4.0/4.5 , Core 2.0

目录结构

    AipSdk.Baidu.Aip
    ├── Ocr                              //文字识别
    ├── Face                             //人脸识别
    ├── Nlp                              //语言处理基础技术
    ├── ContentCensor                    //内容审核
    ├── ImageClassify                    //图像识别
    ├── ImageSearch                      //图像搜索
    ├── Kg                               //知识图谱
    └── Speech                           //语音合成&语音识别

工程请使用vs2017打开。

使用方法

使用NuGet管理(推荐)

在NuGet中搜索 Baidu.AI,安装最新版即可。

地址 https://www.nuget.org/packages/Baidu.AI/

下载dll导入

1.在官方网站下载C# SDK压缩工具包。

2.解压后,将对应平台的 AipSdk.dll 添加为引用, 并添加Json.net引用。

接口文档

接口文档参考百度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].