Skip to the content.

Back to the previous section

Step 5: Packaging the model as an API

In the previous section, we learned how to create the code that will be able to extract the number from a given licence plate. But of course we cannot use a notebook directly like this in a production environment.

So now we will learn how to package this code as an API that you can directly query from other applications.

Some explanations first:

After these explanations, you are ready to open the file 03_LPR_run_application.ipynb, and follow the instructions directly in the notebook!

alt text

You’ll first launch the Server:

alt text

Now, to test, open the file 04_LPR_test_application.ipynb and follow the instructions.

Query the API:

alt text

Once you’re finished, you can come back here and head to the next section.