Deploying Your First Machine Learning API - KDnuggets
In this project, we will learn how we can build an application programming interface (API) for your machine learning model and then deploy it with simple code. It took me one hour to learn FastAPI and five minutes to learn how to deploy it to Deta servers. We will also test our API on both local server and remote server using Python Request. Let's go a little bit deeper into the technologies that we are going to use in our project. We will be using quite a simple and small prebuilt English model to extract entities from our text.
- Technology: