Skip to content

antonsteenvoorden/ml1m-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ml1m images

This repository provides researchers with URLs to each movie from the MovieLens-1M data set
A small number of images did not have an image on imdb, they have been replaced with automatically generated images with the title as text.

This can be easily used together with the existing information provided by merging the two CSVs on the item_id column:

import pandas as pd  
ml1m_images = pd.read_csv("ml1m_images.csv")
other_df_with_the_ids.merge(ml1m_images, on="item_id", how="left")

The script provides a way to automatically download all images, named accordingly <item_id>.jpg.

About

URLs to each movie from the MovieLens-1M data set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages