Timeseries Learning Tool is a web app that helps the understanding of time series
This application was tested on Node.js 16.x.x, so using previous versions of Node.js may not work as intended.
- Clone this repository using Git.
- Run
npm install - Run
npm run serve
- Vue
- ElementUI
- Plotly.JS
- FontAwesome
- TFJS (Tensorflow)
- src/assets: Contains fonts and images.
- src/components: Contains all Vue components, each component inside it's own folder.
- src/constants: Contains the definition of each metric, parameter and css variable.
- src/models: This folder contains elements related to the actual training and prediction, like datasets, the trainer itself and some utils.
