Movie recommendation python code using MovieLens dataset and using, Pearson and Euclid criterion for similarity.
Use the command $python3 recommend.py and select one among pearson method or euclid method
(pearson method will probaby give a better recommendation since it takes into account grade inflation)