pip install fasttrackmlcurl -fsSL https://fasttrackml.io/install.sh | shiwr -useb https://fasttrackml.io/install.ps1 | iexDownload the executable for your platform from the latest release assets. Extract it and then validate your installation with the following command:
./fml --versionfml serverYou can also run FastTrackML in a container via Docker:
docker run --rm -p 5000:5000 -ti gresearch/fasttrackmlYou can also run FastTrackML in a Kubernetes via Helm:
helm install fasttrackml ./helm/fasttrackmlVerify that you can see the UI by navigating to http://localhost:5000/.
To run the test scripts, you need a working Python installation and the Poetry package manager.
# Install mflow and poetry
cd docs/example
poetry install
poetry run python3 minimal.pyAfter running this script, you should see the following output from http://localhost:5000/aim/:
From here you can check out the metrics and run information to see more details about the run.

