Get started with Quantum SafeML in just a few simple steps. We'll take you from installing the package to running your first secure ML model.
python -m venv safeml-env
source safeml-env/bin/activate # or .\safeml-env\Scripts\activate (Windows)
python -c "import safeml; print(safeml.__version__)"