DEV Community

Sudarsan P S
Sudarsan P S

Posted on

Speech Sentiment Analyser

ML & AI

Hi all!

Speech Sentiment Analyzer (SSA) is ML & AI powered tool which will help to analyse the sentiment in the audio file using AWS Transcribe and Comprehend. It gives a detailed insight to what user describes. SSA will help you analysis audio speech and creates a transcripts from audio file which in-turn will be used to derive the sentiment of user.

The process has two main steps

  1. Uploading an audio file , which will be automatically converted into transcripts.
  2. Once step1 is completed , you can do sentiment analysis on a click of a button

Github Repository : https://github.com/sudarsan15/speech-sentiment-analyser.

Feel free to check out and let me know your feedback.

Looking forward to hear from you all.

Thanks

Top comments (0)