To start with, it is recommended to create a virtual environment using the following command.
python -m venv speechsentNext activate the virtual environment.
source ./speechsent/Scripts/activate ./speechsent/Scripts/activateThen install all the dependencies using the command
pip install -r requirements.txt-
To download the model`s weights, you can access the google drive link.
-
Paste the file in the model folder and proceed forward with the execution.
Execute the model using the following command.
python audio_sentiment.py [/audio/filename]The [/audio/filename] is optional, as you will be asked to specify the filename within the program execution.