An intersection between the products we have so far built—a game, a web application, or a Chrome extension—is that they live in the browser. From this ecosystem, we have trained models, loaded others, visualized data, detected mean words, and more. But the reality is different. Unlike our apps, most of the models we interact with every day are in a server, and not client-side. There, from the server, we deploy and expose machine learning models to the users through a service. In this chapter, we will create one.
Using ...