FilmScores About

About FilmScores

FilmScores combines a financial performance score and an audience reception score into one global score.

The idea behind FilmScores is simple: compile in one place a single score that gives you a comprehensive idea of how well a film performed both financially and in terms of audience success. Rather than juggling box office numbers and ratings across different sources, you get one unified metric that considers both dimensions.

This is a side project built for fun, exploring how we can combine different measures of success into something meaningful and easy to understand.

Financial Score

Based on return ratio revenue / budget, transformed by a logistic function.

Sf=11+e-15ln(revenuebudget)

Audience Score

Audience score is a direct normalization of TMDB average vote.

Sa=vote average10

Dynamic Weighting

The audience weight increases with vote count using a second logistic function.

wa=11+e-0.01ln(vote count5000)wf=1-wa

Global Score And Display

Final score is the weighted sum of both components, then rendered as a percentage.

S=Sfwf+Sawa