|
--- |
|
license: mit |
|
--- |
|
# Movie Data Scraper |
|
|
|
## ⚠️ SOME DATA IS MESSED UP ⚠️ |
|
some of the colums aren't properly registered with huggingface, so be careful with using this data. |
|
|
|
## Overview |
|
This Project Scraped movies from 1990-2003 (due to api limitations) and has popular movies. |
|
## Data Structure |
|
The resulting Data file will show the following columns: |
|
|
|
- **Title**: The title of the movie. |
|
- **Year**: The release year of the movie. |
|
- **Genre**: The genre(s) of the movie. |
|
- **Director**: The director of the movie. |
|
- **Actors**: The main cast of the movie. |
|
- **Plot**: A brief description of the movie's plot. |
|
- **Language**: The language(s) in which the movie was made. |
|
- **Country**: The country/countries where the movie was produced. |
|
- **Awards**: Any awards the movie has won. |
|
- **Ratings**: Ratings from various sources. |
|
- **imdbRating**: The IMDb rating of the movie. |
|
- **imdbID**: The unique IMDb identifier for the movie. |
|
- **Type**: The type of the movie (e.g., movie, series, episode). |
|
|
|
## License |
|
This project is licensed under the MIT License. See the [LICENSE](https://opensource.org/license/mit) file for details. |