Spark is an Python ADK (AI Development Kit).
pip install spark
See examples/README.md for more details.
If you already installed spark with (pip install spark), you can run examples directly:
python examples/e001_hello.py
If you clone the repo:
python -m examples.e001_hello