Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 Analysis of Factors Contributing to the Success of a Movie

📌 Project Overview

This project is to identify the factors that contribute to the success of a movie, specifically whether the production company, the movie's budget, or other variables play a significant role in determining a movie's success. By performing a data analysis using Python, this project aims to provide valuable insights that can help movie production companies make more informed decisions about which movies to produce, which companies to partner with, and how to allocate resources to maximize the chances of success.

📊 Dataset

The dataset used for this analysis includes information such as:

  • Movie name
  • Rating
  • Genre
  • Year
  • Released Date (Country)
  • Score and Votes
  • Director, Writer and Star
  • Budget, Gross, and Runtime
  • Country
  • Company

🛠️ Technologies Used

  • Python (pandas, numpy, matplotlib, seaborn, scipy)
  • Jupyter Notebook

🔍 Key Analysis & Findings

  • Budget vs. Gross: Examining the correlation between production budget and gross.
  • Genre Trends: Identifying which genres perform better at the box office.
  • Ideal Runtime: Identifying the ideal runtime for the movie.

📈 Results & Insights

  • While exceptions exist, a well-funded movie typically performs better at the box office.

  • The best time of year to release a movie is March and July based on the overall gross earnings in this period.

  • The factors contributing to the success of a movie are votes and budget as they have the highest correlation. It was also determined that the Company, Movie name, Genre had no correlation.

  • The ideal runtime seems to be between 145 to 170 minutes.

  • The Action genre had the highest level of success across all movies, whereas the Animations genre had the highest average success rate.

🚀 How to Run the Project

  1. Clone the repository:
    git clone https://github.com/TGSK07/Movie_Success_Analysis.git
    cd Movie_Success_Analysis
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the Jupyter Notebook:
    jupyter notebook

📌 Future Enhancements

  • Expanding the dataset to include more movies and streaming performance.
  • Implementing machine learning models to predict a movie's success.

📝 Author

Sonu Kumar

About

The goal of this project is to identify the factors that contribute to the success of a movie, specifically whether the production company, the movie's budget, or other variables play a significant role in determining a movie's success. By performing a data analysis using Python, this project aims to provide valuable insights.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages