May 18, 2021AWS LambdaLogin to your aws account and click on the service Lambda. https://console.aws.amazon.com/ 2. Click on create function.AWS Lambda2 min readAWS LambdaLogin to your aws account and click on the service Lambda.https://console.aws.amazon.com/2. Click on create function.----
May 18, 2021Nodejs QuestionsNodejs Questions Use the APIs from the Covid Tracking Project to create a new endpoint where an API returns the following data States sorted in descending order for the number of positive cases Response from the API should include state positive totalTestResults notes covid19Site Hint: The following keys should be…Node Js Development2 min read
Jan 18, 2021Deploy a Nodejs application in GCPDeploy a Nodejs application in GCP Have a account created in GCP using this link: https://console.cloud.google.com/ Create a new project. 3. Click on the name which appears here and change it to the current project you created.Gcp2 min read
Jan 1, 2021ServiceNow Virtual Assistant: Training NLU models through REST ApiServiceNow Virtual Assistant: Training NLU models through REST Api In the last article on ServiceNow basic configuration of a chatbot, we have discussed about NLU model creation. Navigate to models through filter and go to the NLU Models and copy the sys id as its required to be passed in the api body.Servicenow2 min read
Dec 3, 2020Nodejs SetupInstall nodejs using this link: https://nodejs.org/en/download/ Once the set up is done, you would find a command prompt for nodejs when you search in your windows. Check the version in command prompt using the command node -v 4. Let’s create a nodejs application in the local system. …Nodejs3 min read
Nov 26, 2020GoogleHomeGoogleHome Login to your dialogflow, and create an Agent in dialogflow, which is discussed in detail in the last article . The below screenshot gives a summary of what was done in last article. 3. In the Intents section remember to set the response(in default first) for Google Assistant.Google Home2 min read
Nov 20, 2020Importing bot from Lex and exporting to AWS AlexaExport the bot from lex. 2. While exporting select the skill as Alexa.Aws Lex2 min read
Nov 17, 2020AWS AlexaAWS Alexa The Alexa Skill created can be used for Echo show as well with the display functionality.(Need to use templates for it to support echo show) Signup/Login to Alexa developer console using this link : https://developer.amazon.com/ Click on Amazon Alexa, and then click on create Alexa skills, and then on console…Alexa4 min read
Nov 12, 2020IBM WatsonIBM Watson Sign up using https://cloud.ibm.com/registration Search for Watson. 3.Select the Watson Assistant and Create one, then Launch Watson Assistant.Ibm Watson3 min read
Nov 6, 2020RASA NLUNeed to install rasa locally using the below pip command in your system(assuming you have python3 installed in your system): pip3 install rasa note: you will usually get a compatibility error with rasa and tensorflow, in such case uninstall and reinstall both. 2.Create a new folder and open command prompt…Rasa Nlu4 min read