.. _f-templatedllight: module ``testing.template_dl_light`` ==================================== Short summary +++++++++++++ module ``lightmlrestapi.testing.template_dl_light`` Template application for a machine learning model available through a REST API and using images like deep learning models. :githublink:`%|py|7` Functions +++++++++ +------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +====================================================================================+==========================================================================================================================+ | :func:`restapi_load ` | Loads the model. The model name is relative to this file. When call by a REST API, the default value is always used. ... | +------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`restapi_predict ` | Computes the prediction for model *clf*. | +------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`restapi_version ` | Displays a version. | +------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: lightmlrestapi.testing.template_dl_light :members: :special-members: __init__ :show-inheritance: