Skip to content

Latest commit

 

History

History
executable file
·
19 lines (16 loc) · 1.42 KB

README.md

File metadata and controls

executable file
·
19 lines (16 loc) · 1.42 KB

simple-movie-recommender

simple-movie-recommender demo

🙋‍♂️Overview

This is a reference implementation of Microsoft's Matchbox Recommender provided with ready-to-use Azure Machine Learning Studio experiment. This Recommender is then deployed as Azure Machine Learning Studio web service and requested via Azure Api Management. Simple web application written in React, which requests mentioned recommender, is also included.

👨‍🔧 How to setup

  1. Open this experiment in Azure Machine Learning Studio
    • Run & Publish as web service
  2. Create Azure API Management service
    • Create endpoint calling your Azure Machine Learning Studio published experiment
  3. Clone & install frontend application from this repo
    • Fill in correct API & subscription keys inside ./frontend/.env (follow ./frontend/.env_example)
  4. Run frontend application

🔗 Handy links