Voice to text Sentiment analysis converts the audio signal to text to calculate appropriate sentiment polarity of the sentence.

The code currently works on one sentence at a time. Sentiment scoring is done on the spot using a speaker. The Speech to text processing system currently being used is the MS Windows speech to text converter. However significant modifications can be made for audio recognition by a refined signal processing system.

The sentiment operator in textblob is used for sentiment orientation scoring.

The code has been developed in Python 2.7

The following packages are required to be installed before running the program.

import speech
import sys
import time
import textblob

Links:

https://pypi.python.org/pypi/speech/0.5.2
http://textblob.readthedocs.org/en/dev/

Please contribute to this project to lead to a more refined and useful open source software.

Project Samples

Project Activity

See All Activity >

Follow Speech Sentiment Analysis

Speech Sentiment Analysis Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
1
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

User Reviews

  • A new area of sentiment analysis.
Read more reviews >

Additional Project Details

Registered

2014-06-03