Simatwa
commited on
Commit
·
09f179b
1
Parent(s):
5045154
Initial commit
Browse files
LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
MIT License
|
2 |
+
|
3 |
+
Copyright (c) 2024 Smartwa
|
4 |
+
|
5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6 |
+
of this software and associated documentation files (the "Software"), to deal
|
7 |
+
in the Software without restriction, including without limitation the rights
|
8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9 |
+
copies of the Software, and to permit persons to whom the Software is
|
10 |
+
furnished to do so, subject to the following conditions:
|
11 |
+
|
12 |
+
The above copyright notice and this permission notice shall be included in all
|
13 |
+
copies or substantial portions of the Software.
|
14 |
+
|
15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21 |
+
SOFTWARE.
|
README.md
CHANGED
@@ -1,3 +1,60 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<h1 align="center"> FZMovies-Dataset </h1>
|
2 |
+
|
3 |
+
<p align="center">
|
4 |
+
<a href="LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
|
5 |
+
<img src="https://img.shields.io/github/repo-size/Simatwa/movies-dataset"></img>
|
6 |
+
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://huggingface.co/datasets/Smartwa/fzmovies-dataset&count_bg=skyblue"/></a>
|
7 |
+
</p>
|
8 |
+
The dataset encompasses comprehensive information regarding Hollywood and Bollywood cinematic productions release between 1951-2024 accessible through fzmovies.net. The data set comprises the following attributes:
|
9 |
+
|
10 |
+
1. Movie Title
|
11 |
+
2. Category
|
12 |
+
3. Genre
|
13 |
+
4. Release Year
|
14 |
+
5. Distribution Format
|
15 |
+
6. URL linking to the specific movie page
|
16 |
+
7. Link to visual representation of the movie's release cover photograph
|
17 |
+
|
18 |
+
The genre classification extends across a wide range of categories, including but not limited to:
|
19 |
+
|
20 |
+
Action, Adventure, Animation, Biography, Comedy, Crime, Documentary, Drama, Family, Fantasy, Film Noir, Historical, Horror, Music, Musical, Mystery, Romantic, Science Fiction, Sports, Thriller, War, and Western.
|
21 |
+
|
22 |
+
This structured compilation provides a valuable resource for researchers, analysts, and enthusiasts seeking detailed insights into the global film industry's diverse offerings.
|
23 |
+
|
24 |
+
# Genre-Specific Datasets
|
25 |
+
|
26 |
+
| No. | Genre | Link |
|
27 |
+
|-----|-------|------|
|
28 |
+
| 1 | Action | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/action.csv``` |
|
29 |
+
| 2 | Adventure | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/adventure.csv``` |
|
30 |
+
| 3 | Animation | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/animation.csv``` |
|
31 |
+
| 4 | Biography | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/biography.csv``` |
|
32 |
+
| 5 | Comedy | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/comedy.csv``` |
|
33 |
+
| 6 | Crime | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/crime.csv``` |
|
34 |
+
| 7 | Documentary | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/documentary.csv``` |
|
35 |
+
| 8 | Drama | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/drama.csv``` |
|
36 |
+
| 9 | Family | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/family.csv``` |
|
37 |
+
| 10 | Fantasy | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/fantasy.csv``` |
|
38 |
+
| 11 | Film-Noir | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/film-noir.csv``` |
|
39 |
+
| 12 | History | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/history.csv``` |
|
40 |
+
| 13 | Horror | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/horror.csv``` |
|
41 |
+
| 14 | Music | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/music.csv``` |
|
42 |
+
| 15 | Musical | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/musical.csv``` |
|
43 |
+
| 16 | Mystery | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/mystery.csv``` |
|
44 |
+
| 17 | Romance | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/romance.csv``` |
|
45 |
+
| 18 | Sci-Fi | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/sci-fi.csv``` |
|
46 |
+
| 19 | Sport | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/sport.csv``` |
|
47 |
+
| 20 | Thriller | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/thriller.csv``` |
|
48 |
+
| 21 | War | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/war.csv``` |
|
49 |
+
| 22 | Western | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/western.csv``` |
|
50 |
+
|
51 |
+
# Combined Datasets Link
|
52 |
+
|
53 |
+
| No. | Identity | Link |
|
54 |
+
|-----|-------|------|
|
55 |
+
| 1 | Combined `csv` | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/combined.csv``` |
|
56 |
+
| 2 | Sqlite3 Database | ```https://raw.githubusercontent.com/Simatwa/movies-dataset/main/data/combined.db``` |
|
57 |
+
|
58 |
+
# Further details
|
59 |
+
|
60 |
+
Pay a visit to [Simatwa/movies-dataset](https://github.com/Simatwa/movies-dataset) on Github to gain insight on more cool stuffs available at your disposal.
|