Project :
This Project utilizes HTML, CSS and Bootstrap along with Python (Jupyter Notebook using pandas,
matplotlib, numpy, sklearn, tensorflow and Keras libraries) to analyze movie data whether aspects
of a movie can predict their success (good or bad rating score on IMDB). Using the movie data, we
created five different Machine Learning models to predict a movie’s success: Logistic Regression,
Random Forest, KNN, SVM, and Neural Networks.
We then compared and contrasted the results of these Machine Learning models -
Logistic Regression, Random Forest, KNN, SVM, and Neural Networks.