This slows down the calls quite a bit. We can think of 2 solutions so far:
- Serialize the numpy array into some sort of string, using pickle or whatever (difficult for frontend to deserialize)
- Save numpy array and send link (still difficult for frontend to decode)
This slows down the calls quite a bit. We can think of 2 solutions so far: