In this tutorial, we streamline model predictions with an API endpoint that accepts a raw string for inferencing. We also experiment with model signatures for a more customizable payload. — Here’s the GitHub repo with all of the code. Around one year ago, I wrote Deploy a Keras Model for Text Classification using TensorFlow Serving for deploying text classifiers in TensorFlow 1.X. Since then, I’ve spent a lot of time migrating older projects to TensorFlow 2.X. While I found 2.X …