# Python SDK
We provide 2 pythonic interfaces for YOLO models:
Model Interface - To simply build, load, train or run inference on a model in a python application
Trainer Interface - To customize trainier elements depending on the task. Suitable for R&D ideas like architecutres.
______________________________________________________________________
### Model Interface