Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yonatanadam/film-success-prediction

Analyzing Hollywood movie success based on genre, target audience, and runtime using machine learning
https://github.com/yonatanadam/film-success-prediction

data-analysis ipynb machine-learning

Last synced: 28 days ago
JSON representation

Analyzing Hollywood movie success based on genre, target audience, and runtime using machine learning

Awesome Lists containing this project

README

        

# Movie Success Analysis

## Project Description
Part of my School Computer Science final project.

This project explores the relationship between the genre, target audience, and length of Hollywood films and their success. The analysis aims to identify patterns and predictors of success using machine learning techniques.

## Research Question
Is there a relationship between the genre of the film, the target audience, the length of the film, and the success of Hollywood films?

## Dataset
The dataset was sourced from [Kaggle Movies Dataset](https://www.kaggle.com/datasets/danielgrijalvas/movies). It includes information on various Hollywood movies such as budget, gross earnings, genre, runtime, and more.

## Installation
To set up the project environment, follow these steps:

* Clone the repository:
```sh
$ git clone https://github.com/yourusername/movies-success-analysis.git
$ cd movies-success-analysis
```
* Run it in vscode or in Google Colab or any place that can run .ipynb files.