Welcome {{ user_name }}

Actors Recommendation

Option One: Based on the type of movies a candidate has acted in

Each actor/actress has a field of performance art that they are good at.

This recommendation method is based on their resume, from which recommendations system finds out the film types a candidate will most likely succeed in.

This model is trained on 6,405 well-known actors' data. The following are examples of movie genres and the actors who ever cast a role in the corresponding movie genre.

{% for key, value in sample_movie_genres.items() %}
{{value.name}}
{% endfor %}

Option two: Based on LDA topical model

The LDA topic model is unsupervised learning of the actor/actress information. It tries to group together similiar actors based on the text in their resumes
Explore LDA

Get Recommendations