# ML Consuming Blueprints ## What are ML Consuming Blueprints? ML Consuming Blueprints are templates for a retrieving predictions from a model, that is served by a Model-Serving-Service. It showcases how to consume the model predictions in a microservice architecture via the FastIoT framework. ## Pytorch Regression Consuming Blueprint ```{index} triple: Pytorch; Regression; Consuming ``` ```{raw} html Pytorch Regression Consuming ``` ```{literalinclude} ../../src/blueprint_dev_v2_services/ml_consumer/ml_consumer_service.py :language: python :linenos: true ```