Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1001 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 1001 Bytes

Draper Build Status

🥃 Don knows what you want to listen

Intro

A basic recommendation system for podcasts running on AWS Lambda.

Showtime

We use apex to manage the deployment of the lambda functions.

In order to setup apex, use: make install

Remember to setup your AWS account using AWS CLI (see http://apex.run/#aws-credentials)

Deploy

In order to deploy the functions to AWS, use: make deploy.

Run

To trigger the AWS functions, use: make invoke_$function

Or, use make $function to run it locally.

Available functions

  • train - Learn from the training set
  • predict - Generate predictions