基于speech-commands迁移模型完成语音轮播图

基于迁移模型,利用tensorflow.js在浏览器完成语音识别轮播图。
1、需要用到的npm包

"@tensorflow-models/speech-commands": "^0.4.2", "@tensorflow/tfjs": "^1.7.4",
"@tensorflow/tfjs-node": "^1.2.9",
"@tensorflow/tfjs-vis": "^1.4.3",
"core-js": "^3.6.5",
"element-ui": "^2.13.2",
"vue": "^2.6.11"

2、基本步骤
(1)引入speech-commands迁移模型包
(2)创建createTransfer
(3)用collectExample收集声音样本数据
(4)用样本进行训练,生成可视化训图表
(5)开始预测
(6)将预测结果与轮播图结合

语音控制轮播图-演示

代码下载地址

基于speech-commands迁移模型完成语音轮播图_第1张图片

你可能感兴趣的:(tensorflow,javascript,tensorflow)