Film Industry Data Analytics
View the full project on GitHub
This project analyzes a movie dataset to explore patterns in ratings, genres, and other key attributes that shape film performance. Using R for data preprocessing and exploratory data analysis, the study examines relationships between audience ratings, genre distributions, and movie characteristics. Visualizations built with packages such as ggplot2 highlight trends in film ratings and genre popularity, demonstrating how data analysis can uncover meaningful insights about audience preferences and the broader movie industry.
Cinematic Trend Analysis
View the full project on GitHub
This project investigates how cinematic trends evolve over time by analyzing historical movie metadata. Using R for data manipulation and visualization, the analysis identifies patterns in genre popularity, rating distributions, and film production trends across different years. Through exploratory analysis and visual storytelling, the project highlights shifts in audience interests and provides insights into how film industry trends develop over time.
Film Industry Success Factor Analysis
View the full project on GitHub
This project explores the factors that contribute to a movie’s success by analyzing relationships between variables such as budget, genre, and audience ratings. Using statistical analysis and data visualization techniques in R, the project investigates how these attributes interact and which characteristics are commonly associated with successful films. The analysis demonstrates how data-driven insights can be used to better understand performance patterns within the film industry.
Netflix Content Analytics Dashboard
View the full project on GitHub
This project builds an interactive R Shiny dashboard that enables users to explore Netflix content through dynamic filtering and visualization tools. The application allows users to analyze the distribution of movies and television shows by genre, release year, and other attributes. By combining data processing in R with interactive visual components, the dashboard demonstrates how streaming platform data can be transformed into an intuitive analytical interface for exploring content trends.
Heart Attack Dataset Clustering Analysis
View the full project on GitHub
This project applies unsupervised machine learning techniques to analyze patterns within a heart attack dataset. Using clustering algorithms such as K-Means, the study groups patients based on clinical attributes to uncover hidden structures in the data. The project demonstrates key steps in the machine learning workflow including preprocessing, normalization, clustering, and visualization, highlighting how unsupervised learning can be used to explore patterns in healthcare datasets.