Skip to content

Streamlit application using our Azure serverless recommender function

Notifications You must be signed in to change notification settings

SekelMadness/recommender_function_streamlit

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:

Requests
streamlit

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

Streamlit application using our Azure serverless recommender function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages