Repository for the PSU capstone project, the Voice-based Privacy Policy Consent System, sponsored by the Open Voice Network. The final project reflection video can be viewed here.
User and system documentation can be found in the docs
folder, along with
a document describing some of the design decisions and challenges we ran into
as a team over the course of the project.
To import only the lambda code into the Alexa Skills Kit (ASK),
follow this guide using the folders found in src
.
Currently, the process of installing the entire skill (both the lambda and the interaction model) is a bit convoluted: the desired source folder must be copied into its own public Git repository, and then imported following this guide.