文件名称:Speech-Emotion-Recognition:语音情感识别
文件大小:1.63MB
文件格式:ZIP
更新时间:2024-04-22 17:14:15
JavaScript
言语情感识别 麦克风的语音情感识别。 需求安装: 在命令提示符下移动到项目的根文件夹。 运行followig命令:$ pip install -r requirements.txt 将安装所有项目所需的库。 正在运行的项目: 在命令提示符下移动到项目的根文件夹。 运行followig命令:1. python manage.py makemigrations 2. python manage.py migration 3. python manage.py createsuperuser 4. python manage.py runserver 打开浏览器并运行服务器地址。 笔记: 可以通过移动到/ admin地址在浏览器上完成数据库访问。 服务器应在启用了麦克风的计算机上运行,因为使用服务器计算机的麦克风数据进行了预测。 当前模型是使用ravdess-data
【文件预览】:
Speech-Emotion-Recognition-master
----mainproject()
--------__pycache__()
--------wsgi.py(399B)
--------__init__.py(0B)
--------settings.py(3KB)
--------asgi.py(399B)
--------urls.py(1KB)
----templates()
--------loader.html(80B)
--------index.html(2KB)
--------base.html(601B)
----static()
--------css()
--------model(1.28MB)
--------js()
--------output.wav(188KB)
----db.sqlite3(276KB)
----mainapp()
--------models.py(193B)
--------apps.py(89B)
--------__pycache__()
--------__init__.py(0B)
--------migrations()
--------views.py(3KB)
--------admin.py(125B)
--------tests.py(60B)
----requirements.txt(55B)
----manage.py(667B)
----README.md(1KB)