/WhatToSee

:movie_camera: Takes your movie ratings, predicts what you'll want to see in theaters

Primary LanguageJavaScript

WhatToSee

Unfortunately, Rotten Tomatoes, who previously provided the training data, no longer provides an open API. As such, this application no longer works as intended 🙁

About

What To See? helps you choose which movie in theaters you should go see.

The prediction is made by an artificial neural network which uses movies the user rates as training points. Each movie has several input features including:

  • Year
  • Runtime
  • Rotten Tomatoes critic score
  • Rotten Tomatoes user score
  • IMDB rating
  • Metacritic score

The users attributed score is the output for the training points.

##Technology

Client Side

Server Side

##TODO

  • Write second API to get movies currently out
  • Submit movies on enter key
  • Fade animations
  • Prevent users from submitting same movie multiple times
  • Make responsive