ASE ASSIGNMENT 3 - nikky4222/ASE GitHub Wiki

LAB ASSIGNMENT 3

Name: Lakshmi Nikitha Kona
Class id:22

I have created a mash up application using Google Speech to text and Sentimental Analysis API.In the login page authentication is made with the help of oAuth for google sign up.

Create Login to your application using Social login by using any of the OAuth 2.0 Service from Social Networking Service Providers like (Facebook, Google, LinkedIn, Yahoo, Twitter, Instagram, etc.)

Sign In is also done with the help of oAuth 2.0 which permits the user to sign up with social login instead of creating signing up .Here Google oauth2 is used.

After the credentials are given the user will be asked for the permissions that the site would want access to and after permitting the permission the user will be redirected to the mash up application page

2.Mash up application that takes the voice as input and convert to speech and that is passed as an input to sentiment analyiser that provides the analysis

After the user speaks with the help of microphone the retrieve sentiment helps to perform a sentimental analysis using Alchamy API which gives us the analysis based on the word.

Another example that displays negative sentiment

3.The code quality is checked with the help of Jslint.