voice_activity_detection:基于深度学习和TensorFlow的语音活动检测

时间:2021-05-28 11:43:39
【文件属性】:
文件名称:voice_activity_detection:基于深度学习和TensorFlow的语音活动检测
文件大小:209KB
文件格式:ZIP
更新时间:2021-05-28 11:43:39
python machine-learning deep-neural-networks deep-learning time-series 语音活动检测项目 关键字:Python,TensorFlow,深度学习,时间序列分类 目录 1.11.21.3 2.12.2 5.15.2将5.35.4 去做 资源 1.安装 该项目旨在: Ubuntu的20.04 的Python 3.7.3 TensorFlow 1.15.4 $ cd /path/to/project/ $ git clone https://github.com/filippogiruzzi/voice_activity_detection.git $ cd voice_activity_detection/ 1.1基本安装 $ pip3 install -r requirements.txt $ pip3 install -e . 1.2虚拟环境安装 1.3 Docker安装 构建docker镜像: $ sudo make build (这可能
【文件预览】:
voice_activity_detection-master
----setup.py(288B)
----.gitignore(2KB)
----Dockerfile(2KB)
----requirements.txt(153B)
----Makefile(741B)
----vad()
--------__init__.py(0B)
--------inference()
--------training()
--------data_processing()
----.github()
--------workflows()
----ReadMe.md(5KB)
----scripts()
--------check_tests_docker.sh(91B)
--------docker_build.sh(35B)
--------docker_local.sh(251B)
--------check_code.sh(272B)
----tests()
--------Dockerfile(250B)
----.flake8(142B)
----pics()
--------inference_smooth.png(97KB)
--------inference_raw.png(99KB)

网友评论

  • 怎么用啊请问