Datasets:
Tasks:
Feature Extraction
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
Coder-Dragon
commited on
Commit
•
bd59730
1
Parent(s):
521e58f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- feature-extraction
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- art
|
9 |
+
- music
|
10 |
+
size_categories:
|
11 |
+
- 10K<n<100K
|
12 |
---
|
13 |
+
|
14 |
+
### Wikipedia Movie Plots with Images.
|
15 |
+
30,000+ movies plot descriptions and images.
|
16 |
+
|
17 |
+
Plot summary descriptions of movies scrapped from Wikipedia.
|
18 |
+
Dataset is subset of this [dataset](https://www.kaggle.com/datasets/jrobischon/wikipedia-movie-plots).
|
19 |
+
|
20 |
+
### Content
|
21 |
+
The dataset contains descriptions of 34,886 movies from around the world. Column descriptions are listed below:
|
22 |
+
|
23 |
+
*Release Year* - Year in which the movie was released<br>
|
24 |
+
*Title* - Movie title<br>
|
25 |
+
*Origin/Ethnicity* - Origin of movie (i.e. American, Bollywood, Tamil, etc.)<br>
|
26 |
+
*Director* - Director(s)<br>
|
27 |
+
*Genre* - Movie Genre(s)<br>
|
28 |
+
*Plot* - Main actor and actresses<br>
|
29 |
+
*Wiki Page* - URL of the Wikipedia page from which the plot description was scraped<br>
|
30 |
+
*Plot* - Long form description of movie plot (WARNING: May contain spoilers)<br>
|
31 |
+
*Image* - Poster of movie<br>
|
32 |
+
|
33 |
+
### Use Case:
|
34 |
+
*Movie Search by Plots*: https://github.com/shivamarora1/msp
|