Skip to content

SekelMadness/flask_azureapp_recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebApp recommend article_ids

This app can recommend the top 5 article_ids from Globo.com user_ids.

Context

This was a kaggle competition held several years ago. See News Portal User Interactions for much more detailed documentation.

About the app

It is in fact a python BayesianPersonalizedRanking model using an Azure serverless function.

Librairies

You need to install first some python librairies:

Flask

Goal

As you know now, our main objective is to recommend for users the 5 articles that they may be interested to read.

Target

  • Top 5 article_ids

Our function recommand_article gives us a list of the top 5 article_ids.

Recommandations

I strongly recommand you to install packages from the requirements.txt.

About

Flask Azure app recommender system_serverless

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published