Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.32 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.32 KB

MovieLens 100K Posters

Links to posters of movies in the MovieLens 100K dataset. The links were scraped from IMDb. The posters are mapped to the movie_id in the dataset. The IMDB URLs of the movies are also present.

Description of files

Running it yourself

You will need Python 3 and Beautiful Soup 4.

  • Install Beautiful Soup: pip install beautifulsoup4
  • Scrape IMDb URLs: python3 movie_url.py
  • Scrape poster URLs: python3 movie_poster.py