To use `aidge_export_tensorrt` module, you have to import the module in python and call the export function. This function takes as argument the name of the export folder and the onnx file or the graphview of your model.
The export povides a Makefile with several options to use the export on your machine. <br>
You can generate a C++ export or a Python export.
You also have the possibility to compile the export or/and the Python library by using Docker if your host machine doesn't have the correct packages. <br>
In this tutorial, we generate the Python library of the export and use it a Python script.
All of these options are resumed in the helper of the Makefile (run `make help` in the export folder for more details).