Speech-based emotion recognition system (Python)

Code introduction

Source code connection

emotion-recognition-using-speech

The download on git is slow, and I have cloned it to my code cloud.

The original link is the original version, I will report an error when I run it on win10, such as the problem that pyauto cannot be installed below. I have uploaded the corresponding installation package to gitee.

Code Cloud Address: Voice Emotion Recognition

Run the command line in the emotion-recognition-using-speech folder:

pip install PyAudio-0.2.11-cp37-cp37m-win_amd64.whl

Problems encountered:

1. The problem of unable to install pyAudio:

Find the corresponding version download on the Python extension package .

Insert picture description here

To be continued...

references:

https://blog.csdn.net/u011243684/article/details/107511482
https://www.cnblogs.com/suRimn/p/11314938.html

Guess you like

Origin blog.csdn.net/zhaozhao236/article/details/108697423