Lab9 - UmamaheswarareddyMandapati/ASE_Lab GitHub Wiki

Name:M.umamaheswara reddy

Class Id:48

Using Node.js Express Framework, complete the following tasks.

  1. Create a Private REST service that is Mashup of at least two public REST services.
  2. Use this private web service in your web/mobile/hybrid application
  3. Try to use a different web service and create some good use case
  4. Application should have good UI/UX. https://docs.google.com/spreadsheets/d/1AQ5K6UB367-0U7MKoRJzoUh2KAxbwU8eqLids-JxlmU/edit#gid=1973386343(You may pick the suitable Services to your project from the list of the Web services given or from any other Source)

API's used:

Clarifai API: It takes an image or video as an input and it returns the tags related to the respective image or video

Test to Speech API: It takes text as input and it returns voice form of that text

After we run the server and then html page we get the following result

then searching any image giving away url

clicking on image would give us the required url

copying the url in get tags page

once we click the get tags button we get all the tags along with the speech

code for conversion of text to speech is as follows