🥃 Don knows what you want to listen
A basic recommendation system for podcasts running on AWS Lambda.
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)
In order to deploy the functions to AWS, use: make deploy
.
To trigger the AWS functions, use: make invoke_$function
Or, use make $function
to run it locally.
Available functions
train
- Learn from the training setpredict
- Generate predictions