Weather Chatbot created using Amazon Lex
- Amazon Lex
- Amazon Lambda
- Requests
- openweathermap endpoint(to gain weather data)
-
Clone the repo
-
Make zip file of this repo
-
The zip file name should be the name of your lambda application name
-
You have two options either to load the zip file directly from your local computer or from S3 bucket
-
Make a Chatbot from AWS Lex
-
Attach the lambda function in the intent to which you want it to run
Note:
- Some changes in the code may occur as the "name" of the Intent, Lambda function may differ from yours to mine
- You can get your api key from openweathermap. Since it is not allowed to show key in public. So, I remove mine.
Machine Learning Scientist Course: