film-success-prediction

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

MIT License

Stars
1
Committers
2

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. 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:
    $ 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.