# Embedl Hub Embedl Hub is a secure, traceable MLOps platform for edge AI workflows. It centralizes model compilation, on-device testing, validation, and artifact tracking into a single system. This enables teams to deliver production-grade edge AI with full traceability and compliance support — especially in safety-critical environments. The Embedl Hub Python library (`embedl-hub`) enables you to programmatically interact with the Embedl Hub platform. [Create a free Embedl Hub account](https://hub.embedl.com/docs/setup) to get started with the `embedl-hub` library. ## Installation The simplest way to install `embedl-hub` is through `pip`: ```sh pip install embedl-hub ``` ## Documentation Tutorials and guides are available at [hub.embedl.com/docs](https://hub.embedl.com/docs). ```{eval-rst} .. toctree:: :maxdepth: 1 :caption: References api cli ```