Codebase for our article on MAML.
The code to produce the pretrained sinusoid models can be found in this repository.
- To install development dependencies, execute
npm install
. - To deploy version, commit to main branch (github actions will take care of the rest).
- To build the project execute
npm run build
. - To start the development server run
npm run dev
.