KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
android-robot
★ 12
Open GitHub ↗
android SDK, 实现机器人聊天, chat robot
Download README (.md)
Explore Similar Repositories
age-program
:
Complete Python Web Developer Course: First program (age in seconds)
D2D_cellular_network_simulator
:
Simulator used in the study "D2D frequency allocation using GADIA in a cellular network" (Matlab)
KMeanCoreset
:
KMean Coreset evaluation and computation.
parse-form
:
📃 Utility to easily parse forms in the browser.
color-hash.swift
:
Generates UIColor and NSColor from given string.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
android-robot
?
Download (.md)
# android-robot 聊天机器人 android sdk 实现。 网页版演示:[http://www.smartnlp.cn/demo.html](http://www.smartnlp.cn/demo.html) ## 使用方法: Comming soon ## REST API 文档: [http://cloud.smartnlp.cn/cloud/cloudApiDoc](http://cloud.smartnlp.cn/cloud/cloudApiDoc) ## SDK文档: SDK 是对 REST API 的二次封,使能够在 android 平台上快速实现聊天机器人功能。 文档:[http://cloud.smartnlp.cn/cloud/developDoc](http://cloud.smartnlp.cn/cloud/developDoc) ## 如何定制知识库? 如果您的机器人需要定制自己专属的聊天知识库 (1) 请到 http://www.smartnlp.cn 去申请一个appid (2) 在后台配置问题答案 http://cloud.smartnlp.cn (3) 用新的appid 来初始化机器人 ```sh Robot robot = new Robot("appid"); ``` ## 其他平台接入: [weixin](http://cloud.smartnlp.cn/cloud/developDoc)