Time Series Forecaster is an easy to use ui-based forecaster.
Execute the following command after starting docker.
make start
In each terminal, do each of the following.
// Just the first one
make install-api
make start-api-without-docker
// Just the first one
make install-ui
make start-ui-without-docker
http://localhost
make stop
In each terminal, press Ctrl-C to stop the server.