## Scratch work showing how to install reticulate and load autoPLIER
# Install from github
reticulate::py_install("git+https://github.com/dmontemayor/autoplier.git@devel", pip = T)
# Instantiate autoPLIER class
autoplier <- reticulate::import("autoplier.model")
ap <- autoplier$autoPLIER(n_components = 200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.