CognitiveIntelligence

Convert speech to text and back again to a speech by using Microsoft Bing Speech Recognition API. The project is mainly designed to gather useful information from any speech. The application converts the speech and translates it to text format. Then, there are different text analytics are performed. Like, a text is summarized to help students getting useful information from a recorded lecture, sentiment analysis to detect the sentiment of the speaker, topic modeling to distill useful information.

Instructions to run:

java -jar cognitiveIntellience.jar key_name filename_path(.wav)

This generates a file that is given as an input to the textanalytics.py file:

python textanalytics.py output_filename

Built With

Share this project:

Updates