Skip to content

Commit

Permalink
Merge branch 'main' of github.com:epfl-ada/ada-2024-project-dondata2025
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyHugentobler committed Dec 19, 2024
2 parents 14546eb + c0f070c commit 7d2d448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/results_display.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
</head>
<body>

<h1>Movie Character Name Influence</h1>
<p>Click on a movie below to view the influence graph of its character name:</p>
<h3>Movie Character Name Influence</h3>
<p>Click on a movie below to view the influence graph on a character name:</p>

<div class="movie-list" id="movie-list">
<!-- Movie icons will be dynamically added here -->
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In this article, we will see how the character names in movies induce trends in


# Try it yourself !
But enough talking—now it’s your turn to explore! Ever wondered if your favorite movie left its mark on baby name trends? Enter the name of a film below, and watch as the data unfolds. See for yourself how the power of storytelling might have influenced real-life names !
But enough talking—now it’s your turn to explore! Ever wondered if your favorite movie left its mark on baby name trends? We used Meta's [Prophet](https://facebook.github.io/prophet/docs/quick_start.html) AI model to predict what the trend of a name would look like, and compare it to the actual trend to see if the release of a movie influenced it. Here is a selection of some cases for you to preview :

{% include results_display.html %}

Expand Down

0 comments on commit 7d2d448

Please sign in to comment.