Okay, so I wanted to mess around with Seldon Core, specifically the junior version, “selden jr”. It’s all about deploying machine learning models, and I figured it was time I got my hands dirty.

First, I installed it. Seemed simple enough from what I’ve read on the internet.
Then it’s about the requirements.
I have created * in the example/models/mean_classifier directory with the following entries:
After the installation part, I needed a model. I’m not a data scientist, so I just grabbed a super basic pre-trained one to make things.

I built the mean_classifier docker image using the command.
After the docker image is created, I deployed using the seldon-core-microservice.

I tested using curl.
And…Boom!I got the result, that’s * cool, right?