What do you use when you process enormous images? Of course, Python, Numpy, and OpenCV will be helpful for it, but don’t you want to speed it up by processing it in a distributed and parallel way? Elixir can do it:
1. You can replace Numpy and OpenCV with Nx and evision.
2. Node and Flow can make the processing distributed and parallel.
3. Supervisor makes it robust for crashing due to consuming much memory.
This presentation will introduce satellite image processing for an information provision system of sediment disasters as an example case study shown at ElixirConf US 2020.