Pash1986 commited on
Commit
b4e6eee
1 Parent(s): 2934b09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md CHANGED
@@ -12,6 +12,73 @@ This data set contains details on movies with genres of Western, Action, or Fant
12
 
13
  In addition, documents in this collection include a plot_embedding field that contains embeddings created using OpenAI's text-embedding-ada-002 embedding model that you can use with the Atlas Search vector search feature.
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ### Sample Document
16
  ```
17
  {
 
12
 
13
  In addition, documents in this collection include a plot_embedding field that contains embeddings created using OpenAI's text-embedding-ada-002 embedding model that you can use with the Atlas Search vector search feature.
14
 
15
+ ## Overview
16
+
17
+ This dataset offers a comprehensive collection of data on various movies. It includes details such as plot summaries, genres, runtime, ratings, cast, and more. This dataset is ideal for movie recommendation systems, film analysis, and educational purposes in film studies.
18
+
19
+ ## Dataset Structure
20
+
21
+ Each record in the dataset represents a movie and includes the following fields:
22
+
23
+ - `_id`: A unique identifier for the movie.
24
+ - `plot`: A brief summary of the movie's plot.
25
+ - `genres`: A list of genres associated with the movie.
26
+ - `runtime`: The runtime of the movie in minutes.
27
+ - `rated`: The MPAA rating of the movie.
28
+ - `cast`: A list of main actors in the movie.
29
+ - `num_mflix_comments`: The number of comments on the movie in the mflix platform.
30
+ - `poster`: A URL to the movie's poster image.
31
+ - `title`: The title of the movie.
32
+ - `lastupdated`: The last date and time when the movie information was updated.
33
+ - `languages`: The languages available in the movie.
34
+ - `released`: The release date of the movie.
35
+ - `directors`: A list of directors of the movie.
36
+ - `writers`: A list of writers of the movie.
37
+ - `awards`: Information about awards won and nominations.
38
+ - `year`: The release year of the movie.
39
+ - `imdb`: IMDb rating, votes, and ID.
40
+ - `countries`: A list of countries where the movie was produced.
41
+ - `type`: The type of record, in this case, `movie`.
42
+ - `tomatoes`: Ratings and reviews from Rotten Tomatoes.
43
+ - `plot_embedding`: An array of numerical values representing the plot embedding.
44
+
45
+ ## Field Details
46
+
47
+ ### Awards Object
48
+
49
+ - `wins`: The number of awards won.
50
+ - `nominations`: The number of awards the movie was nominated for.
51
+ - `text`: A text summary of the awards and nominations.
52
+
53
+ ### IMDb Object
54
+
55
+ - `rating`: The IMDb rating.
56
+ - `votes`: The number of votes on IMDb.
57
+ - `id`: The IMDb ID of the movie.
58
+
59
+ ### Tomatoes Object
60
+
61
+ - Contains viewer and critic ratings, reviews count, DVD release date, and production details.
62
+
63
+ ### Plot Embedding
64
+
65
+ - An array representing a numerical embedding of the movie's plot. Useful for machine learning applications, like content-based filtering in recommendation systems.
66
+
67
+ ## Usage
68
+
69
+ The dataset is suited for a range of applications, including:
70
+
71
+ - Analyzing trends in film genres and ratings over time.
72
+ - Building movie recommendation engines using plot embeddings and genres.
73
+ - Studying the correlation between cast/directors and movie success.
74
+ - Educational purposes in film studies and data analysis courses.
75
+
76
+ ## Notes
77
+
78
+ - The data is provided as-is and intended for informational and educational purposes.
79
+ - Users should verify the accuracy of the information for any critical use-cases.
80
+
81
+
82
  ### Sample Document
83
  ```
84
  {