oduwsdl / MementoEmbed

A service that provides archive-aware oEmbed-compatible embeddable surrogates (social cards, thumbnails, etc.) for archived web pages (mementos).
MIT License
15 stars 2 forks source link

Add the machine learning model from "Automatically Selecting Striking Images for Social Cards" #178

Open shawnmjones opened 2 years ago

shawnmjones commented 2 years ago

Now MementoEmbed still applies the same scoring equation it always has. In Automatically Selecting Striking Images for Social Cards, we found that Random Forest and base image features worked best for predicting the same image chosen by the author of a web page.

We should incorporate that model before I forget how this all works.