Skip to content

feedcast/draper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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