Wikipedia Movie Plots
Plot descriptions for ~35,000 movies
@kaggle.jrobischon_wikipedia_movie_plots
Plot descriptions for ~35,000 movies
@kaggle.jrobischon_wikipedia_movie_plots
Plot summary descriptions scraped from Wikipedia
The dataset contains descriptions of 34,886 movies from around the world. Column descriptions are listed below:
Content-Based Movie Recommender:
Recommend movies with plots similar to those that a user has rated highly.
Movie Plot Generator:
Generate a movie plot description based on seed input, such as director and genre
Information Retrieval:
Return a movie title based on an input plot description
Text Classification:
Predict movie genre based on plot description
This data was scraped from Wikipedia
CREATE TABLE wiki_movie_plots_deduped (
"release_year" BIGINT,
"title" VARCHAR,
"origin_ethnicity" VARCHAR,
"director" VARCHAR,
"cast" VARCHAR,
"genre" VARCHAR,
"wiki_page" VARCHAR,
"plot" VARCHAR
);Anyone who has the link will be able to view this.