- Author: Kelvin Bartilad
- Topic: Classifying leaves using Dynamic Time Warping and Shapelets Transformation
- Clone this repo.
- Recreate the environment by navigating to the
scriptsdirectory and typeconda env create -f environment.ymlin the terminal. - Activate the environment and run
classify_leaves.ipynbto reproduce the figures. It should run but you won't see the full page unless you also install Quarto (https://quarto.org/docs/get-started/) - If you have Quarto, type
quarto preview classify_leaves.ipynbin the terminal to get a preview of the page. Else typequarto render classify_leaves.ipynb --to htmlto get a local render of the webpage. - Open
classify_leaves.htmlin thescriptsdirectory to see the page rendered using Quarto. - Figures are saved in the
resultsdirectory