Skip to content

System architecture design

git-ankit edited this page Oct 26, 2020 · 1 revision

System architecture design

System architecture design

Movie Database:

It contains data of over 9000 movies and its details like the genre.

Prediction Engine:

Takes movie names as input and returns a list of 200 recommended movies.

Search movies:

Users can search movies over here, this builds a list of movies on which the prediction engine will make some predictions.

Predicted movies:

The users can see what movies have been predicted over here. They can also validate if they actually like the predicted movies.

Database for accuracy of prediction:

Stores the accuracy of the predicted movies. Can be used for hypothesis purpose.

Clone this wiki locally