~I'm in need of assistance:
I've got a running bentoml service for my Machine Learning model which is working perfectly. However, I'd like to be able to receive http requests from outside that are then sent to the bentoml service (after preprocessing) as a numpy array. How would I best go about implementing this in a bento?~