An example cross-platform movie recommendation application built using Xamarin.Forms and Azure ML service
Перейти к файлу
Scott Graham 677bde0b4d adding android support 2019-10-04 14:36:40 -04:00
assets initial import of code 2019-09-06 13:14:04 -04:00
backend initial import of code 2019-09-06 13:14:04 -04:00
data initial import of code 2019-09-06 13:14:04 -04:00
mobile adding android support 2019-10-04 14:36:40 -04:00
.gitignore initial import of code 2019-09-06 13:14:04 -04:00
AUTHORS.md initial import of code 2019-09-06 13:14:04 -04:00
CODE_OF_CONDUCT.md Initial commit 2019-09-06 10:07:35 -07:00
LICENSE Initial commit 2019-09-06 10:07:36 -07:00
README.md updating links in README.md 2019-09-12 13:51:11 -04:00
SECURITY.md Initial commit 2019-09-06 10:07:39 -07:00
azure-pipelines.yml initial import of code 2019-09-06 13:14:04 -04:00

README.md

Introduction

Recommenders Engine Example Layout (REEL) is a cross-platform movie recommendation application that demonstrates the integration of example recommendation algorithms from Microsoft/Recommenders into an application workflow. The following sections will demonstrate how to locally build REEL. These sections will guide the reader into:

Currently, REEL runs Simple Algorithm for Recommendation (SAR) and LightGBM algorithms. The application is built using Xamarin.Forms, so it is supported on iOS, Android and Windows Desktop. The algorithms are trained on the MovieLens dataset.

System Architecture

Getting Started

At a high level, this project is composed of 3 main folders

  • backend: where the Flask web service logic / deployment files are kept. This folder's README also contains instructions for setting up the backend and the database
  • data: where scripts for setting up the SQL database with the movielens dataset are kept
  • mobile: where the Xamarin.Forms cross platform application sits. This folder's README contains a high level tour of how the application is structured, as well as information about how to run the application

Installation process

To get started running the mobile application, a few steps must be followed:

  1. Deploy a SAR model by running the SAR notebook
  2. Deploy a LightGBM model by running the LightGBM notebook
  3. Set up and deploy the backend to AKS
  4. Set up and run the Xamarin.Forms application on your choice of Android, iOS, or UWP

Demos

Onboarding

Browse

Favorites

Settings

Show your support

Give a if this project helped you!

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.