Skip to content

A chatbot to recommend movies hosted in Amazon AWS and using Node.js and MovieDB API

Notifications You must be signed in to change notification settings

Tarannu/Movie-Recommendation-Chatbot-Using-AWS-Lex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie-Recommendation-Chatbot-Using-AWS-Lex

This repository will provide you the lambda functions which are needed for AWS lex intent creation. For each function written in the handler.js file, a corresponding intent with slot values has to be created in the AWS lex interface.For the API used for retrieving movie information, I have used The Movie DB webstie(https://www.themoviedb.org/). For better understanding, you can follow this series of three video tutorials, which I used for basic learning.

Technologies used

  • Node.JS
  • REST API
  • JSON
  • TypeScript
  • Amazon AWS LEX
  • Serverless
  • Angular.JS
  • HTML
  • SCSS
  • CSS

How To Use

First clone the respository to you personal computer

 git clone https://github.com/Tarannu/Movie-Recommendation-Chatbot-Using-AWS-Lex.git

Then follow the following tutorial to understand how to use our code to manupulate movieDB.API to create a chatbot web application hosted in AMAZON AWS.

Links to check out

About

A chatbot to recommend movies hosted in Amazon AWS and using Node.js and MovieDB API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.0%
  • TypeScript 35.7%
  • HTML 8.0%
  • SCSS 4.0%
  • CSS 2.3%