Baselight

IMDB Top 10000 Movie Plots' Keywords

Keywords Extractors like YAKE ,BERT, Sentence Transformers are used

@kaggle.praneeth0045_imdb_top_10000_movie_plots_keywords

Loading...
Loading...

About this Dataset

IMDB Top 10000 Movie Plots' Keywords

Context

IMDB Dataset of top 10000 movies. It contains the basic details that are updated in IMDB

Content

  • movie-title - Title of the movie
  • year - year in which the movie released
  • genre - The style or category of the movie
  • synopsis - The basic plot of the movie available in IMDB
  • cast - List of people involved in the movie
  • YAKE - Keywords extracted from YAKE
  • BERT - Keywords from keyBERT
    -Sentence Transformers - keywords from sentence Transformers

Tables

Imdb Movie Keyword

@kaggle.praneeth0045_imdb_top_10000_movie_plots_keywords.imdb_movie_keyword
  • 4.3 MB
  • 9746 rows
  • 8 columns
Loading...

CREATE TABLE imdb_movie_keyword (
  "movie_title" VARCHAR,
  "year" VARCHAR,
  "genre" VARCHAR,
  "synopsis" VARCHAR,
  "cast" VARCHAR,
  "key_bert" VARCHAR,
  "yake" VARCHAR,
  "sentence_transformers" VARCHAR
);

Share link

Anyone who has the link will be able to view this.