Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: Movie Scripts
|
| 6 |
+
size_categories:
|
| 7 |
+
- 10K<n<100K
|
| 8 |
+
---
|
| 9 |
+
# Dataset Card for Movie Script Data
|
| 10 |
+
|
| 11 |
+
This data comes from [The Bechdel Test Movie List](https://bechdeltest.com/) and [TMDb](https://developer.themoviedb.org/reference/intro/getting-started) via their APIs.
|
| 12 |
+
Movie scripts for this initial set are scraped from [IMSDb](https://imsdb.com/). Most but not all of the scripts are in English. This data was compiled in early 2024.
|