SpeechToText:使用Google API进行文本语音转换,并使用celery在后台处理文件

时间:2024-03-08 01:12:58
【文件属性】:

文件名称:SpeechToText:使用Google API进行文本语音转换,并使用celery在后台处理文件

文件大小:13KB

文件格式:ZIP

更新时间:2024-03-08 01:12:58

django celery speech-to-text Python

使用Google API和Celery进行文字语音转换 一个处理音频文件上传并从音频文件中提取语音并最终将其转换为文本的Django应用程序。 安装 使用软件包管理器安装foobar。 pip install -r requirements.txt 跑步 首先,我们需要运行redis服务器 $ redis-server 现在,我们将运行celery服务器 $ celery -A SpeechToTextMicroservice worker -l info 最后,运行Django服务器 $ python3 manage.py makemigrations $ python3 manage.py migrate $ python3 manage.py runserver


【文件预览】:
SpeechToText-master
----.gitignore(212B)
----README.md(646B)
----SpeechToTextMicroservice()
--------settings.py(3KB)
--------urls.py(685B)
--------celery.py(432B)
--------__init__.py(187B)
--------wsgi.py(425B)
----manage.py(267B)
----main()
--------admin.py(127B)
--------models.py(221B)
--------migrations()
--------tests.py(60B)
--------tasks.py(5KB)
--------__init__.py(0B)
--------views.py(2KB)
----requirements.txt(523B)
----templates()
--------main()

网友评论