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

You Might Also Like
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
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