#### Learning Goals 1. Web scraping using Beautiful soup 2. Movie recommendation system using basic machine learning for an input movie ### Exercise Statement 1. For an input movie, recommend similar movies using cosine similarity score on IMDB dataset ### Data source/summary: 1. Data will be scraped from IMDB using Beautiful Soup library and stored before training the model ### (Optional) Suggest/Propose Solutions 1. I have a solution in python