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
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

Build gen AI apps with an all-in-one modern database: MongoDB Atlas

MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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