Read this for detailed info.
See our website for the web-based tool, and information about what it does.
If you are interested in batch processing, the following steps are what you need
- Clone this repository (sorry no pip yet)
- Install the dependencies in website/requirements.txt (
pip3 -r requirements.txt
) - Run
python3 example.py
, which uses our back-end code on a piece of sample data - Take inspiration from example.py for your batch script: copy traceranalysis.py to the dir where your code is and re-work example.py until it does what you want.
Feel free to raise issues if something does not work as intended or if you would like an additional feature.