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