pip install fasttrackml
curl -fsSL https://fasttrackml.io/install.sh | sh
iwr -useb https://fasttrackml.io/install.ps1 | iex
Download the executable for your platform from the latest release assets. Extract it and then validate your installation with the following command:
./fml --version
fml server
You can also run FastTrackML in a container via Docker:
docker run --rm -p 5000:5000 -ti gresearch/fasttrackml
You can also run FastTrackML in a Kubernetes via Helm:
helm install fasttrackml ./helm/fasttrackml
Verify 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.py
After 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.