文件名称:speech-to-text-python
文件大小:1.95MB
文件格式:ZIP
更新时间:2024-04-14 05:41:23
Python
语音转文字python 识别来自mp4的文本:) 与venv一起使用 首先确保您已在全球安装venv pip install venv 创建新的虚拟环境 python3 -m venv /path/to/new/virtual/environment 使用环境时-激活环境 .\{YOUR_ENV_NAME}\Scripts\activate 停用环境 deactivate 一些脚本 安装模块 pip install -r requirements.txt 列出已安装的模块并将其转储到.txt文件中 pip freeze > requirements.txt
【文件预览】:
speech-to-text-python-master
----audio_test()
--------oh_shit.wav(424KB)
--------16-122828-0002.wav(91KB)
--------Intro_read.wav(1.83MB)
----LICENSE(34KB)
----requirements.txt(186B)
----.gitignore(11B)
----README.md(527B)
----script.py(2KB)