“智能硬件-云端整合”版本间的差异
来自iCenter Wiki
(以“ ===Thrift协议=== ===Client端=== 调用API录音 调用Thrift接口 ===Server端=== 接收录音文件 调用服务端程序 ===参考=== [https://develop...”为内容创建页面) |
|||
第1行: | 第1行: | ||
− | + | =Thrift协议= | |
+ | 远程RPC通讯协议,与谷歌protobuf类似。为Facebook开发。 | ||
− | + | =Client端= | |
+ | |||
+ | *移动终端(客户端) | ||
+ | |||
+ | (1)Mobile in HUAWEI Kylin 930 | ||
+ | |||
+ | (2)嵌入式设备JetsonKit | ||
调用API录音 | 调用API录音 | ||
第8行: | 第15行: | ||
调用Thrift接口 | 调用Thrift接口 | ||
− | + | ||
+ | =Server端= | ||
+ | |||
+ | |||
+ | *云端(服务器端) | ||
接收录音文件 | 接收录音文件 | ||
第14行: | 第25行: | ||
调用服务端程序 | 调用服务端程序 | ||
− | + | 运行Keras或者TensorFlow,对频谱图进行判断,返回结果。 | |
+ | |||
+ | =参考= | ||
[https://developer.android.com/index.html Android开发入门] | [https://developer.android.com/index.html Android开发入门] |
2016年11月29日 (二) 08:06的版本
Thrift协议
远程RPC通讯协议,与谷歌protobuf类似。为Facebook开发。
Client端
- 移动终端(客户端)
(1)Mobile in HUAWEI Kylin 930
(2)嵌入式设备JetsonKit
调用API录音
调用Thrift接口
Server端
- 云端(服务器端)
接收录音文件
调用服务端程序
运行Keras或者TensorFlow,对频谱图进行判断,返回结果。