{"id":253353,"date":"2025-08-28T10:55:38","date_gmt":"2025-08-28T08:55:38","guid":{"rendered":"https://www.aivancity.ai/blog/?p=253353"},"modified":"2025-08-28T10:57:15","modified_gmt":"2025-08-28T08:57:15","slug":"mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning","status":"publish","type":"post","link":"https://aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/","title":{"rendered":"MLE-STAR : la recette de Google pour structurer efficacement l’ingénierie du Machine Learning"},"content":{"rendered":"\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-2fdc05c3fc13cd16aaa4fe60286575c8\" style=\"color:#986e13\">From Chaos to Standards: The Ongoing Challenges of Machine Learning Engineering</h2>\n\n\n\n<p class=\"text-justify\">Despite spectacular advances in artificial intelligence models, deploying a machine learning (ML) system remains, in many companies, a manual, unstable, and difficult-to-replicate process. In the absence of a shared methodology, AI projects struggle to move beyond the prototype stage due to code that is difficult to maintain, a lack of rigorous testing, or incomplete documentation.</p>\n\n\n\n<p class=\"text-justify\">Drawing on its extensive experience in deploying AI at scale, Google offers a methodological approach to this challenge through the <strong>MLE-STAR</strong> framework. Designed as a synthesis of best practices in software engineering tailored to machine learning, this framework aims to structure AI projects in a more reliable, modular, and sustainable way.</p>\n\n\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-62b1a8f4360a284faa7bd90242883b6f\" style=\"color:#986e13\">MLE-STAR: a methodological framework inspired by best practices in software development</h2>\n\n\n\n<p class=\"text-justify\">Introduced by Google Research engineers in 2025, MLE-STAR is an acronym that refers to four fundamental stages in the development cycle of a machine learning system:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Scoping</li>\n\n\n\n<li>Testing</li>\n\n\n\n<li>Abstracting</li>\n\n\n\n<li>Reuse</li>\n</ul>\n\n\n\n<p class=\"text-justify\">This framework is designed to guide ML engineers in designing robust systems, from initial scoping through to production deployment. MLE-STAR is based on a philosophy of responsible industrialization, in which each component of the pipeline is designed as a testable, reusable, and well-documented software building block.</p>\n\n\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-398f8a9321e4cad92e1ba3b7ef440c86\" style=\"color:#986e13\">A Closer Look at the 4 Pillars of MLE-STAR</h2>\n\n\n\n<p class=\"text-justify\">Each dimension of MLE-STAR corresponds to a key practice in modern engineering as applied to machine learning:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"text-justify\"><strong>Scoping</strong>: defining the project’s objectives early on, along with expected performance metrics, technical constraints, and ethical boundaries. This phase helps prevent common pitfalls associated with poorly defined or overly vague objectives.</li>\n\n\n\n<li class=\"text-justify\"><strong>Testing</strong>: Incorporate systematic testing at all levels of the code (unit tests, integration tests, model robustness tests). This includes verifying how the model behaves when faced with unexpected or noisy data.</li>\n\n\n\n<li class=\"text-justify\"><strong>Abstracting</strong>: structuring the code in a modular way by separating business logic, ML components, and processing pipelines. This abstraction promotes maintainability, collaborative work, and system evolution.</li>\n\n\n\n<li class=\"text-justify\"><strong>Reuse</strong>: Design reusable modules (preprocessing, evaluation, monitoring) that can be shared across projects or teams. This helps reduce code duplication and build on work that has already been done.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-ff6d1cab0b5ae222799a3459b9498622\" style=\"color:#986e13\">Tangible benefits for AI teams</h2>\n\n\n\n<p>According to Google’s teams, the systematic application of MLE-STAR is said to have enabled:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"text-justify\">a <strong>40%</strong> reduction <strong data-wg-splitted>in the average time required to move from prototype to production</strong> in certain internal projects<sup><a href=\"#ref1\">1</a></sup></li>\n\n\n\n<li class=\"text-justify\">a <strong>significant reduction in the rate of critical errors</strong> detected in production, thanks to improved test coverage</li>\n\n\n\n<li class=\"text-justify\"><strong>faster onboarding of new engineers</strong>, made possible by a clearer, more modular code structure</li>\n</ul>\n\n\n\n<p class=\"text-justify\">MLE-STAR also fosters collaboration between data scientists, MLOps engineers, and product teams by establishing a common language grounded in technical rigor.</p>\n\n\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-051d0c8c0bd6d8480d9f7c557eaacc68\" style=\"color:#986e13\">Limitations and conditions of implementation</h2>\n\n\n\n<p class=\"text-justify\">Like any methodological framework, MLE-STAR requires a certain level of maturity to be effective. In particular, it requires:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>a well-structured organization with a well-established engineering culture</li>\n\n\n\n<li>the ability to train teams in these new practices</li>\n\n\n\n<li>internal tools (CI/CD, testing, versioning) tailored for ML</li>\n</ul>\n\n\n\n<p class=\"text-justify\">In exploratory or academic settings, rigid application of the framework could hinder the agility required for innovation. MLE-STAR is therefore better suited to industrial environments or large-scale ML projects.</p>\n\n\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-720a56820cd6fabf85c177b0ea5934c5\" style=\"color:#986e13\">Better Structure for Better Supervision: An Ethical Lever</h2>\n\n\n\n<p class=\"text-justify\">Beyond engineering, MLE-STAR contributes to more responsible AI. By structuring projects from the outset, this framework facilitates:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>the traceability of decisions made (datasets, metrics, thresholds)</li>\n\n\n\n<li>the inclusion of tests specifically designed to assess equity or detect bias</li>\n\n\n\n<li>monitoring for drift or performance degradation over time</li>\n</ul>\n\n\n\n<p class=\"text-justify\">This approach allows for better documentation of the model’s behavior<strong> </strong>and helps anticipate the risks associated with its generalization. In the context of the European AI Act, this type of methodology could prove useful for demonstrating the compliance of systems deployed in high-risk environments.</p>\n\n\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-4c8ff8c654722648064ca5e414641c51\" style=\"color:#986e13\">Toward a standard for scalable ML engineering?</h2>\n\n\n\n<p class=\"text-justify\">Google does not seek to impose a closed standard with MLE-STAR, but rather to foster a culture of rigorous engineering within the machine learning community. The framework can inspire other stakeholders, both in industry and academia.</p>\n\n\n\n<p class=\"text-justify\">Ultimately, we can envision MLE-STAR being integrated into AI training programs, open-source environments (TensorFlow, PyTorch Lightning), or even industry-specific best-practice guides. The widespread adoption of AI also depends on the standardization of business processes, tools, and methods.</p>\n\n\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-f7ea2d90cd13c2ba7beebb24d500afd9\" style=\"color:#0064c6\">Learn more</h2>\n\n\n\n<p>You can also read the article <a href=\"https://www.aivancity.ai/blog/lintelligence-artificielle-entre-en-phase-industrielle-red-hat-devoile-son-serveur-dinference-open-source/\"><strong>Artificial Intelligence Enters the Industrial Phase: Red Hat Unveils Its Open-Source Inference Server</strong></a>, which examines how Red Hat is standardizing AI inference in MLOps processes, a challenge complementary to that of ML engineering</p>\n\n\n\n<h3 class=\"wp-block-heading has-text-color has-link-color wp-elements-19fdafd4a8441eb61b5d0fa20a78a13b\" style=\"color:#5a5e83\">References</h3>\n\n\n\n<p id=\"ref1\" style=\"text-align:justify;\">1. Google Research. (2025). MLE-STAR: Structuring Machine Learning Engineering at Scale. <br> </p>","protected":false},"excerpt":{"rendered":"<p>Drawing on its extensive experience in deploying AI at scale, Google offers a methodological approach to this challenge through the MLE-STAR framework. Designed as a synthesis of best practices in software engineering tailored to machine learning, this framework aims to structure AI projects in a more reliable, modular, and sustainable way.</p>\n","protected":false},"author":2,"featured_media":253354,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[44,120],"tags":[59],"class_list":{"0":"post-253353","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-avancees-technologiques-en-ia","8":"category-recherche-en-ia","9":"tag-parlonsia"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https://yoast.com/product/yoast-seo-wordpress/ -->\n<title>MLE-STAR: Google’s Approach to Effectively Structuring Machine Learning Engineering - aivancity blog</title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\">\n<link rel=\"canonical\" href=\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/\">\n<meta property=\"og:locale\" content=\"fr_FR\">\n<meta property=\"og:type\" content=\"article\">\n<meta property=\"og:title\" content=\"MLE-STAR: Google’s Approach to Effectively Structuring Machine Learning Engineering - aivancity blog\">\n<meta property=\"og:description\" content=\"Drawing on its extensive experience in deploying AI at scale, Google offers a methodological approach to this challenge through the MLE-STAR framework. Designed as a synthesis of best practices in software engineering tailored to machine learning, this framework aims to structure AI projects in a more reliable, modular, and sustainable way.\">\n<meta property=\"og:url\" content=\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/\">\n<meta property=\"og:site_name\" content=\"aivancity blog\">\n<meta property=\"article:published_time\" content=\"2025-08-28T08:55:38+00:00\">\n<meta property=\"article:modified_time\" content=\"2025-08-28T08:57:15+00:00\">\n<meta name=\"author\" content=\"aivancity\">\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:label1\" content=\"Écrit par\">\n\t<meta name=\"twitter:data1\" content=\"aivancity\">\n\t<meta name=\"twitter:label2\" content=\"Durée de lecture estimée\">\n\t<meta name=\"twitter:data2\" content=\"5 minutes\">\n<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#article\",\"isPartOf\":{\"@id\":\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/\"},\"author\":{\"name\":\"aivancity\",\"@id\":\"https://www.aivancity.ai/blog/#/schema/person/328ad43488c5a9862120397242946d86\"},\"headline\":\"MLE-STAR : la recette de Google pour structurer efficacement l’ingénierie du Machine Learning\",\"datePublished\":\"2025-08-28T08:55:38+00:00\",\"dateModified\":\"2025-08-28T08:57:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/\"},\"wordCount\":943,\"commentCount\":0,\"image\":{\"@id\":\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#primaryimage\"},\"thumbnailUrl\":\"https://aivancity.ai/en/blog/wp-content/uploads/2025/08/MLE-STAR-la-recette-de-Google-pour-structurer-efficacement-lingenierie-du-Machine-Learning.png\",\"keywords\":[\"Parlons IA\"],\"articleSection\":[\"Avancées technologiques en IA\",\"Recherche en IA\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/\",\"url\":\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/\",\"name\":\"MLE-STAR : la recette de Google pour structurer efficacement l’ingénierie du Machine Learning - aivancity blog\",\"isPartOf\":{\"@id\":\"https://www.aivancity.ai/blog/#website\"},\"primaryImageOfPage\":{\"@id\":\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#primaryimage\"},\"image\":{\"@id\":\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#primaryimage\"},\"thumbnailUrl\":\"https://aivancity.ai/en/blog/wp-content/uploads/2025/08/MLE-STAR-la-recette-de-Google-pour-structurer-efficacement-lingenierie-du-Machine-Learning.png\",\"datePublished\":\"2025-08-28T08:55:38+00:00\",\"dateModified\":\"2025-08-28T08:57:15+00:00\",\"author\":{\"@id\":\"https://www.aivancity.ai/blog/#/schema/person/328ad43488c5a9862120397242946d86\"},\"breadcrumb\":{\"@id\":\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#primaryimage\",\"url\":\"https://aivancity.ai/en/blog/wp-content/uploads/2025/08/MLE-STAR-la-recette-de-Google-pour-structurer-efficacement-lingenierie-du-Machine-Learning.png\",\"contentUrl\":\"https://aivancity.ai/en/blog/wp-content/uploads/2025/08/MLE-STAR-la-recette-de-Google-pour-structurer-efficacement-lingenierie-du-Machine-Learning.png\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https://www.aivancity.ai/blog/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MLE-STAR : la recette de Google pour structurer efficacement l’ingénierie du Machine Learning\"}]},{\"@type\":\"WebSite\",\"@id\":\"https://www.aivancity.ai/blog/#website\",\"url\":\"https://www.aivancity.ai/blog/\",\"name\":\"aivancity blog\",\"description\":\"Advancing Education in Artificial Intelligence\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://www.aivancity.ai/blog/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Person\",\"@id\":\"https://www.aivancity.ai/blog/#/schema/person/328ad43488c5a9862120397242946d86\",\"name\":\"aivancity\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https://secure.gravatar.com/avatar/7dc107f50fcc29a52e9e6704b51b2692c12abbd1e30492734163b097a2c1c3ae?s=96&d=mm&r=g\",\"url\":\"https://secure.gravatar.com/avatar/7dc107f50fcc29a52e9e6704b51b2692c12abbd1e30492734163b097a2c1c3ae?s=96&d=mm&r=g\",\"contentUrl\":\"https://secure.gravatar.com/avatar/7dc107f50fcc29a52e9e6704b51b2692c12abbd1e30492734163b097a2c1c3ae?s=96&d=mm&r=g\",\"caption\":\"aivancity\"},\"url\":\"https://aivancity.ai/en/blog/author/romdhani/\"}]}</script>\n<!-- / Yoast SEO plugin. -->","yoast_head_json":{"title":"MLE-STAR: Google’s Approach to Effectively Structuring Machine Learning Engineering - aivancity blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/","og_locale":"fr_FR","og_type":"article","og_title":"MLE-STAR : la recette de Google pour structurer efficacement l’ingénierie du Machine Learning - aivancity blog","og_description":"Google, fort de son expérience dans le déploiement d’IA à grande échelle, propose une réponse méthodologique à ce constat avec le cadre MLE-STAR. Conçu comme une synthèse des bonnes pratiques en ingénierie logicielle adaptées au ML, ce référentiel vise à structurer les projets IA de manière plus fiable, plus modulaire et plus durable.","og_url":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/","og_site_name":"aivancity blog","article_published_time":"2025-08-28T08:55:38+00:00","article_modified_time":"2025-08-28T08:57:15+00:00","author":"aivancity","twitter_card":"summary_large_image","twitter_misc":{"Écrit par":"aivancity","Durée de lecture estimée":"5 minutes"},"schema":{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#article","isPartOf":{"@id":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/"},"author":{"name":"aivancity","@id":"https://www.aivancity.ai/blog/#/schema/person/328ad43488c5a9862120397242946d86"},"headline":"MLE-STAR : la recette de Google pour structurer efficacement l’ingénierie du Machine Learning","datePublished":"2025-08-28T08:55:38+00:00","dateModified":"2025-08-28T08:57:15+00:00","mainEntityOfPage":{"@id":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/"},"wordCount":943,"commentCount":0,"image":{"@id":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#primaryimage"},"thumbnailUrl":"https://aivancity.ai/blog/wp-content/uploads/2025/08/MLE-STAR-la-recette-de-Google-pour-structurer-efficacement-lingenierie-du-Machine-Learning.png","keywords":["Parlons IA"],"articleSection":["Avancées technologiques en IA","Recherche en IA"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#respond"]}]},{"@type":"WebPage","@id":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/","url":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/","name":"MLE-STAR : la recette de Google pour structurer efficacement l’ingénierie du Machine Learning - aivancity blog","isPartOf":{"@id":"https://www.aivancity.ai/blog/#website"},"primaryImageOfPage":{"@id":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#primaryimage"},"image":{"@id":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#primaryimage"},"thumbnailUrl":"https://aivancity.ai/blog/wp-content/uploads/2025/08/MLE-STAR-la-recette-de-Google-pour-structurer-efficacement-lingenierie-du-Machine-Learning.png","datePublished":"2025-08-28T08:55:38+00:00","dateModified":"2025-08-28T08:57:15+00:00","author":{"@id":"https://www.aivancity.ai/blog/#/schema/person/328ad43488c5a9862120397242946d86"},"breadcrumb":{"@id":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#primaryimage","url":"https://aivancity.ai/en/blog/wp-content/uploads/2025/08/MLE-STAR-la-recette-de-Google-pour-structurer-efficacement-lingenierie-du-Machine-Learning.png","contentUrl":"https://aivancity.ai/blog/wp-content/uploads/2025/08/MLE-STAR-la-recette-de-Google-pour-structurer-efficacement-lingenierie-du-Machine-Learning.png","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https://www.aivancity.ai/blog/mle-star-la-recette-de-google-pour-structurer-efficacement-lingenierie-du-machine-learning/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https://www.aivancity.ai/blog/"},{"@type":"ListItem","position":2,"name":"MLE-STAR : la recette de Google pour structurer efficacement l’ingénierie du Machine Learning"}]},{"@type":"WebSite","@id":"https://www.aivancity.ai/blog/#website","url":"https://www.aivancity.ai/blog/","name":"aivancity blog","description":"Advancing Education in Artificial Intelligence","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.aivancity.ai/blog/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Person","@id":"https://www.aivancity.ai/blog/#/schema/person/328ad43488c5a9862120397242946d86","name":"aivancity","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://secure.gravatar.com/avatar/7dc107f50fcc29a52e9e6704b51b2692c12abbd1e30492734163b097a2c1c3ae?s=96&d=mm&r=g","url":"https://secure.gravatar.com/avatar/7dc107f50fcc29a52e9e6704b51b2692c12abbd1e30492734163b097a2c1c3ae?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/7dc107f50fcc29a52e9e6704b51b2692c12abbd1e30492734163b097a2c1c3ae?s=96&d=mm&r=g","caption":"aivancity"},"url":"https://aivancity.ai/en/blog/author/romdhani/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https://aivancity.ai/blog/wp-json/wp/v2/posts/253353","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https://aivancity.ai/blog/wp-json/wp/v2/posts"}],"about":[{"href":"https://aivancity.ai/blog/wp-json/wp/v2/types/post"}],"author":[{"embeddable":true,"href":"https://aivancity.ai/blog/wp-json/wp/v2/users/2"}],"replies":[{"embeddable":true,"href":"https://aivancity.ai/blog/wp-json/wp/v2/comments?post=253353"}],"version-history":[{"count":1,"href":"https://aivancity.ai/blog/wp-json/wp/v2/posts/253353/revisions"}],"predecessor-version":[{"id":253356,"href":"https://aivancity.ai/blog/wp-json/wp/v2/posts/253353/revisions/253356"}],"wp:featuredmedia":[{"embeddable":true,"href":"https://aivancity.ai/blog/wp-json/wp/v2/media/253354"}],"wp:attachment":[{"href":"https://aivancity.ai/blog/wp-json/wp/v2/media?parent=253353"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https://aivancity.ai/blog/wp-json/wp/v2/categories?post=253353"},{"taxonomy":"post_tag","embeddable":true,"href":"https://aivancity.ai/blog/wp-json/wp/v2/tags?post=253353"}],"curies":[{"name":"wp","href":"https://api.w.org/{rel}","templated":true}]}}