All Projects → Baidu-AIP → Python Sdk

Baidu-AIP / Python Sdk

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Sdk

Java Sdk
百度AI开放平台 Java SDK
Stars: ✭ 495 (+73.68%)
Mutual labels:  ai, baidu, sdk
Php Sdk
百度AI开放平台 PHP SDK
Stars: ✭ 81 (-71.58%)
Mutual labels:  ai, baidu, sdk
Dotnet Sdk
百度AI开放平台 .Net SDK
Stars: ✭ 312 (+9.47%)
Mutual labels:  ai, baidu, sdk
Nodejs Sdk
百度AI开放平台 Node.js SDK
Stars: ✭ 222 (-22.11%)
Mutual labels:  ai, baidu, 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 (+165.96%)
Mutual labels:  ai, sdk
Clarifai Apple Sdk
Artificial Intelligence with a Vision
Stars: ✭ 46 (-83.86%)
Mutual labels:  ai, sdk
Amadeus Node
Node library for the Amadeus Self-Service travel APIs
Stars: ✭ 91 (-68.07%)
Mutual labels:  ai, sdk
Ultimatemrz Sdk
Machine-readable zone/travel document (MRZ / MRTD) detector and recognizer using deep learning
Stars: ✭ 66 (-76.84%)
Mutual labels:  ai, sdk
Baidu Ai Go Sdk
百度AI服务go语言sdk
Stars: ✭ 124 (-56.49%)
Mutual labels:  ai, baidu
Ai
像查询数据库一样优雅调用人工智能API
Stars: ✭ 147 (-48.42%)
Mutual labels:  ai, baidu
Smartopencv
🔥 🔥 🔥 SmartOpenCV是一个OpenCV在Android端的增强库,解决了OpenCV Android SDK在图像预览方面存在的诸多问题,且无需修改OpenCV SDK源码,与OpenCV的SDK解耦
Stars: ✭ 1,869 (+555.79%)
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 (-61.05%)
Mutual labels:  ai, baidu
Kendryte Freertos Sdk
Kendryte K210 SDK with FreeRTOS
Stars: ✭ 164 (-42.46%)
Mutual labels:  ai, sdk
Hyperdash Sdk Py
Official Python SDK for Hyperdash
Stars: ✭ 190 (-33.33%)
Mutual labels:  ai, sdk
Py Stellar Base
Stellar client library for the Python language
Stars: ✭ 273 (-4.21%)
Mutual labels:  sdk
Program Y
Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
Stars: ✭ 281 (-1.4%)
Mutual labels:  ai
Cognitive Face Android
Cognitive Services Face client library for Android.
Stars: ✭ 273 (-4.21%)
Mutual labels:  sdk
Olivia
💁‍♀️Your new best friend powered by an artificial neural network
Stars: ✭ 3,114 (+992.63%)
Mutual labels:  ai
Qiskit Terra
Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and algorithms.
Stars: ✭ 3,177 (+1014.74%)
Mutual labels:  sdk
Assistants Pi
Headless Google Assistant and Alexa on Raspberry Pi
Stars: ✭ 280 (-1.75%)
Mutual labels:  sdk

安装Python SDK

目录结构

    ├── aip                   // SDK目录
    │   ├── __init__.py       // 导出类
    │   ├── base.py           // aip基类
    │   ├── speech.py         // 语音
    │   ├── face.py           // 人脸
    │   ├── ocr.py            // OCR
    │   ├── nlp.py            // NLP
    │   ├── kg.py             // 知识图谱
    │   ├── imagecensor.py    // 图像审核
    │   ├── imageclassify.py  // 图像识别
    │   └── imagesearch.py    // 图像搜索
    └── setup.py              //setuptools安装

支持 Python版本:2.7.+ ,3.+

安装步骤如下:

  1. pip install git+https://github.com/Baidu-AIP/[email protected]

  2. from aip import 对应服务即可

使用文档

参考官方网站

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].