Skip to content

Apeksh742/MovieSuggestionBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

MovieSuggestionBot

A simple bot made using AWS Amazon Lex to suggest some good movies to its users.

What is Amazon Lex?

Amazon Lex

Amazon Lex is an AWS service for building conversational interfaces for applications using voice and text. Amazon Lex provides the deep functionality and flexibility of natural language understanding (NLU) and automatic speech recognition (ASR) so you can build highly engaging user experiences with lifelike, conversational interactions, and create new categories of products.

Useful Resources:

These are some of the useful resources to help you get started creating your first bot

  1. Amazon Lex
  2. Programming Model
  3. Managing conversations
  4. Using Lambda Functions
  5. Testing a bot using the console
  6. Examples of Amazon Lex Bots
  7. Deploying Amazon Lex Bots

Usage

To use this code in your lamda function, you have to do few things:

  1. Register and get your api key from here to get list of movies.
    Note: Give Application URL = "NA" if you don't have one when they ask for your app details.
  2. Set api_key as an environmental variable in your lambda function.
  3. These are some things you can customize:
    i) category : Slot variable to take input from user
    ii) WelcomeIntent : Intent for greeting user
    iii) RecommendMovie : Intent for suggesting movies

Source of Movie Dataset API:

Amazon Lex Console configuration of my bot:

Amazon Lex Configuration 1

Amazon Lex Configuration 2

Testing Bot From Amazon Lex console:

Amazon Lex Bot Working

Amazon Lex Bot Working 2

Testing Bot in Slack:

Lex in Slack

About

A simple bot made using AWS Amazon Lex to recommend movies to its users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages