9 Removed
9 Removed
Speech emotion recognition has become a hot topic and hasbeen developed in the
subject of Human Computer Interaction ( HCI ). Speech recognition (SR) is a field of
technology that involves methods and fields for identifying speech from speech signals.
Different technological; trends withinside the vicinity of the SPMs ( Signal Processing
Methods ), the popularity of the expression has end up probable.Despite the fact that there
has been a significant increase in the field of voice recognition, there are various voice
yields that have been implemented like Alexa and Siri that are based on voice-based
commands. SER (Speech Emotion Recognition) is a research topic that aims to bring
together feelings expressed by the speech signals. Different surveys stated that the
development in sentiment detection made a lot of the networks simpler and the world a
better location for living.
Emotion detection is a difficult problem because the emotion might vary depending
on the situation, culture, and person's face-response, resulting in unclear findings; speech
quantity is insufficient to accurately infer the emotion; and many languages lack a speech
database. SER has also been employed in a variety of applications such as robot interaction,
bank services, digital gaming, and so on.
Different speech emotions such as Happy, Anger, Neutral, and Sad have been
detected or recognised using feature vectors in previous studies.Voice Pitch, MFCC (Mel
Frequency Cepstral Coefficients), and STM were among the feature sets deleted from the
audio data (Short Term Energy). The influence of the rising number of feature sets provides
for the classifier, as diverse methodologies have built on the feature sets. We will develop a
model using an MLPClassifier using the libraries librosa, sound file, and sklearn in this
project. This will be able to detect emotion in audio files. The data will be loaded, features
extracted, and the dataset divided into training and testing sets. The model will then be
trained using an MLPClassifier that has been initialized.
I
LIST OF CONTENTS
ABSTRACT I
IV
LIST OF FIGURES
LIST OF TABLES V
4.3
ADVANTAGES OF PROPOSED
22
ALGORTHIMS
4.4 COST BENEFIT ANALYSIS 22
CHAPTER 5 SOFTWARE DESCRIPITION 25
5.1 GOOGLE COLAB 25
5.2 STREAMILT 25
5.3 NGROK 26
5.4 LIBROSA 26
PIP INSTALL LIBROS--USER 26
IMPORT LIBROSA AS LIB 26
LIBROSA.CORE.LOAD() 26
SKLEARN 27
PIP INSTALL SCIKIT -LEARN 27
5.5 NUMPY 28
II
CHAPTER 6 SYSTEM DESIGN 30
6.1 INTRODUCTION TO UML 30
GOALS OF UML 30
6.2 UML DIAGRAM 33
6.3 IMPLEMENTATION 34
6.4 METHODOLOGY 37
CHAPTER 7 DEVELOPMENT 39
7.1 DATASET USED 39
CHAPTER 8 TESTING 43
8.1 INTRODUCTION TO TESTING 43
IMPORTANCE OF TESTING 43
8.2 BENEFITS OF TESTING 44
*DIFFERENT TYPES OF
TESTING 45
BLACK BOX TESTING 47
WHITE BOX TESTING 48
8.3 TEST CASE 52
RESULT 56
CONCLUSIONS 61
FUTURE SCOPE 62
REFERENCES 63
III
LIST OF FIGURES
IV
LIST OF TABLES