Skip to content

An AI assistant created using API.AI, Node.js, and Expressjs

Notifications You must be signed in to change notification settings

stelazh/MovieGuide-API.AI

 
 

Repository files navigation

MovieGuide-API.AI

An agent created using API.AI, Node.js, and Express.js

Introduction

Movie Guide is an agent created using API.AI with a webhook that was created using Node.js and Express.js. It is integrated with Actions on Google and can be used on devices such as smartphones running Android, and Google Home.

Alternatively, you can interact with Movie Guide on your browser by going here

What does it do?

Movie Guide offers information to the user about movies. Users can interact with it using their voice or through text.

Here are some interaction samples:

You can invoke Movie Guide on your Google/Android device like this,

Invocation

You can ask for movie details such as,

Who stars

And,

Who directs

You can also ask things like,

Starring

Movie Guide remembers what you were talking about, through the power of contexts!

Follow up

Limitations

  • My webhook is hosted on Heroku on its free plan. This means that it takes a few seconds for the server to start working when invoked for the first time. When the server is loading up, or if it somehow crashes, Movie Guide will let you know.

  • The two APIs I am using to gather information about movies are limited in their functionality, especially when it comes to obtaining information about directors and actors. Therefore, sometimes, Movie Guide will be unable to provide COMPLETE information. It tries its best though :) I will be updating the application once a more sophisticated API is available, or until I finish working on my web scraper.

About

An AI assistant created using API.AI, Node.js, and Expressjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%