Reelml is an online platform that allows users to input a set of parameters, and get a predicted set of parameters returned based on a machine learning model trained on an imdb dataset.
- Predicting gross based off of imdb_score
- predicting genre based off of rating(R, PG-13, etc.), imdb_score, and duration
- predicting imdb score based off of movie title
Python
- Flask
- matplotlib.pyplot
- pandas
- numpy
- sklearn
- scipy.optimize
Tensorflow
-Keras
HTML/CSS
- Bootstrap
JavaScript
- Fetch
Machine Learning Algorithms
- Polynomial Regression
- KNN
- Neural network