$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt
$ mkdir build
$ cd build && cmake -DAnyDSL_runtime_DIR=<path to anydsl_runtime-config.cmake> -Dpybind11_DIR=<path to pybind11-config.cmake> ..
$ cmake --build build
$ python server.py
Access to the exposed API via port 8080 by default.