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
- Uploading an audio file , which will be automatically converted into transcripts.
- Once step1 is completed , you can do sentiment analysis on a click of a button
- AWS Account
- Create IAM User via IAM console with policy supporting Transcribe,Comprehend and S3
- Generate the 'AccessKey' and 'AccessSecretKey'
- Create an S3 Bucket
- Clone the repository
- Move to cloned directory and install all dependencies
npm install
- Edit '.env' file and replace dummy credential with your credentials
- Now start your server
npm start