{"id":238,"date":"2026-02-04T19:46:38","date_gmt":"2026-02-04T14:16:38","guid":{"rendered":"https:\/\/dgsthal.in\/blogs\/?p=238"},"modified":"2026-02-04T19:46:39","modified_gmt":"2026-02-04T14:16:39","slug":"building-ai-products-with-open-source-tools","status":"publish","type":"post","link":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/","title":{"rendered":"Building AI Products with Open-Source Tools"},"content":{"rendered":"\n<p>Artificial Intelligence is no longer limited to large tech companies with massive budgets. Thanks to the open-source ecosystem, startups, SMEs, and independent developers can now build <strong>production-grade AI products<\/strong> without relying entirely on expensive proprietary platforms.<\/p>\n\n\n\n<p>Open-source AI tools provide flexibility, transparency, and cost efficiency\u2014making them a powerful foundation for real-world AI applications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Are Open-Source AI Tools?<\/h2>\n\n\n\n<p><strong>Open-source AI tools<\/strong> are software frameworks, libraries, and models whose source code is publicly available. They allow developers to build, customize, and deploy AI systems without vendor lock-in.<\/p>\n\n\n\n<p>Popular open-source AI tools include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Machine learning frameworks<\/li>\n\n\n\n<li>Large language models (LLMs)<\/li>\n\n\n\n<li>Vector databases<\/li>\n\n\n\n<li>AI orchestration libraries<\/li>\n\n\n\n<li>MLOps and deployment tools<\/li>\n<\/ul>\n\n\n\n<p>These tools form the backbone of many modern AI products.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Build AI Products Using Open-Source?<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Cost Efficiency<\/h3>\n\n\n\n<p>Open-source tools significantly reduce licensing costs. Businesses can invest more in <strong>innovation and infrastructure<\/strong> rather than software fees.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Flexibility and Customization<\/h3>\n\n\n\n<p>Developers can modify models, pipelines, and workflows to match specific product requirements\u2014something proprietary platforms often limit.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Transparency and Trust<\/h3>\n\n\n\n<p>Open-source code enables better understanding of how AI systems work, improving explainability, security audits, and compliance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Faster Innovation<\/h3>\n\n\n\n<p>Global communities continuously improve open-source tools, pushing innovation faster than closed systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Core Components of an Open-Source AI Product<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Data Layer<\/h3>\n\n\n\n<p>Data is the foundation of any AI product.<\/p>\n\n\n\n<p>Common tools:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>PostgreSQL, MongoDB for structured data<\/li>\n\n\n\n<li>Object storage for unstructured data<\/li>\n\n\n\n<li>Data labeling and preprocessing tools<\/li>\n<\/ul>\n\n\n\n<p>Clean, well-organized data matters more than model size.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Model Layer<\/h3>\n\n\n\n<p>Open-source models power intelligence.<\/p>\n\n\n\n<p>Popular options include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open-source LLMs<\/li>\n\n\n\n<li>Computer vision and NLP models<\/li>\n\n\n\n<li>Time-series and recommendation models<\/li>\n<\/ul>\n\n\n\n<p>Pre-trained models can be fine-tuned for specific use cases.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Retrieval and Knowledge Layer<\/h3>\n\n\n\n<p>Modern AI products often need <strong>context-aware responses<\/strong>.<\/p>\n\n\n\n<p>Tools include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Vector databases<\/li>\n\n\n\n<li>Embedding models<\/li>\n\n\n\n<li>Retrieval-Augmented Generation (RAG) pipelines<\/li>\n<\/ul>\n\n\n\n<p>This allows AI systems to answer questions using real, up-to-date information.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Orchestration and Logic Layer<\/h3>\n\n\n\n<p>AI workflows need structure.<\/p>\n\n\n\n<p>Open-source orchestration tools help:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Chain prompts and tools<\/li>\n\n\n\n<li>Manage AI agents<\/li>\n\n\n\n<li>Handle multi-step reasoning<\/li>\n<\/ul>\n\n\n\n<p>This layer turns models into usable products.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Deployment and MLOps Layer<\/h3>\n\n\n\n<p>Production AI requires monitoring and scalability.<\/p>\n\n\n\n<p>Key capabilities:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Model versioning<\/li>\n\n\n\n<li>Performance tracking<\/li>\n\n\n\n<li>CI\/CD pipelines<\/li>\n\n\n\n<li>Scalable APIs<\/li>\n<\/ul>\n\n\n\n<p>Open-source MLOps tools make AI reliable in real-world environments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Building a Simple Open-Source AI Product: Step-by-Step<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Define the Use Case<\/h3>\n\n\n\n<p>Start with a clear problem\u2014chatbot, recommendation engine, document search, or automation tool.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Choose the Right Model<\/h3>\n\n\n\n<p>Select a model based on:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Task complexity<\/li>\n\n\n\n<li>Latency requirements<\/li>\n\n\n\n<li>Hardware constraints<\/li>\n<\/ul>\n\n\n\n<p>Bigger models aren\u2019t always better.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Add Context with RAG<\/h3>\n\n\n\n<p>Connect your AI to internal data using vector search to improve accuracy and reduce hallucinations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Build the API<\/h3>\n\n\n\n<p>Expose AI functionality via REST or GraphQL APIs for easy integration with front-end apps.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Monitor and Optimize<\/h3>\n\n\n\n<p>Track performance, cost, and accuracy continuously.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Best Practices for Open-Source AI Products<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Prioritize data quality over model size<\/li>\n\n\n\n<li>Use modular architecture<\/li>\n\n\n\n<li>Secure APIs and data pipelines<\/li>\n\n\n\n<li>Test models in real scenarios<\/li>\n\n\n\n<li>Document everything clearly<\/li>\n<\/ul>\n\n\n\n<p>Good engineering makes AI scalable and trustworthy.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Challenges to Watch Out For<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Managing infrastructure complexity<\/li>\n\n\n\n<li>Keeping models updated<\/li>\n\n\n\n<li>Ensuring security and compliance<\/li>\n\n\n\n<li>Handling performance at scale<\/li>\n<\/ul>\n\n\n\n<p>These challenges are manageable with proper planning.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Open-Source AI vs Proprietary AI<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Open-Source AI<\/th><th>Proprietary AI<\/th><\/tr><\/thead><tbody><tr><td>Lower cost<\/td><td>Higher licensing fees<\/td><\/tr><tr><td>High flexibility<\/td><td>Limited customization<\/td><\/tr><tr><td>Transparent<\/td><td>Black-box models<\/td><\/tr><tr><td>Community-driven<\/td><td>Vendor-controlled<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Many successful products combine both approaches strategically.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Final Thoughts<\/h2>\n\n\n\n<p>Open-source tools have democratized AI product development. With the right architecture, data strategy, and tooling, teams of any size can build intelligent products that compete at an enterprise level.<\/p>\n\n\n\n<p>The future of AI innovation is <strong>open, collaborative, and accessible<\/strong>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Artificial Intelligence is no longer limited to large tech companies with massive budgets. Thanks to the open-source ecosystem, startups, SMEs, and independent developers can now build production-grade AI products without&hellip;<\/p>\n","protected":false},"author":1,"featured_media":239,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,2],"tags":[102,6,103,79,11],"class_list":["post-238","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai","category-technologies","tag-ai-product","tag-dgsthal","tag-mlops","tag-open-source","tag-payal-ganguly"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Building AI Products with Open-Source Tools - DGsthal<\/title>\n<meta name=\"description\" content=\"Learn how to build AI products using open-source tools. Explore models, RAG pipelines, deployment strategies, and best practices for scalable AI systems.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Building AI Products with Open-Source Tools - DGsthal\" \/>\n<meta property=\"og:description\" content=\"Learn how to build AI products using open-source tools. Explore models, RAG pipelines, deployment strategies, and best practices for scalable AI systems.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/\" \/>\n<meta property=\"og:site_name\" content=\"DGsthal\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-04T14:16:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-04T14:16:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2026\/02\/building-ai-product.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Payal Ganguly\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Payal Ganguly\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/\"},\"author\":{\"name\":\"Payal Ganguly\",\"@id\":\"https:\/\/dgsthal.in\/blogs\/#\/schema\/person\/2a5781070f1f8fc37d1d41e043e0c36d\"},\"headline\":\"Building AI Products with Open-Source Tools\",\"datePublished\":\"2026-02-04T14:16:38+00:00\",\"dateModified\":\"2026-02-04T14:16:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/\"},\"wordCount\":592,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dgsthal.in\/blogs\/#organization\"},\"image\":{\"@id\":\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2026\/02\/building-ai-product.jpg\",\"keywords\":[\"AI product\",\"Dgsthal\",\"MLOps\",\"Open-Source\",\"Payal Ganguly\"],\"articleSection\":[\"AI\",\"Technologies\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/\",\"url\":\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/\",\"name\":\"Building AI Products with Open-Source Tools - DGsthal\",\"isPartOf\":{\"@id\":\"https:\/\/dgsthal.in\/blogs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2026\/02\/building-ai-product.jpg\",\"datePublished\":\"2026-02-04T14:16:38+00:00\",\"dateModified\":\"2026-02-04T14:16:39+00:00\",\"description\":\"Learn how to build AI products using open-source tools. Explore models, RAG pipelines, deployment strategies, and best practices for scalable AI systems.\",\"breadcrumb\":{\"@id\":\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#primaryimage\",\"url\":\"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2026\/02\/building-ai-product.jpg\",\"contentUrl\":\"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2026\/02\/building-ai-product.jpg\",\"width\":1536,\"height\":1024,\"caption\":\"building-ai-product\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dgsthal.in\/blogs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Building AI Products with Open-Source Tools\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dgsthal.in\/blogs\/#website\",\"url\":\"https:\/\/dgsthal.in\/blogs\/\",\"name\":\"DGsthal\",\"description\":\"Blog\",\"publisher\":{\"@id\":\"https:\/\/dgsthal.in\/blogs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dgsthal.in\/blogs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dgsthal.in\/blogs\/#organization\",\"name\":\"DGsthal\",\"url\":\"https:\/\/dgsthal.in\/blogs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dgsthal.in\/blogs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2025\/03\/cropped-DGsthal-Logo.png\",\"contentUrl\":\"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2025\/03\/cropped-DGsthal-Logo.png\",\"width\":1920,\"height\":629,\"caption\":\"DGsthal\"},\"image\":{\"@id\":\"https:\/\/dgsthal.in\/blogs\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/dgsthal\/\",\"https:\/\/www.instagram.com\/dgsthal_it_solutions\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/dgsthal.in\/blogs\/#\/schema\/person\/2a5781070f1f8fc37d1d41e043e0c36d\",\"name\":\"Payal Ganguly\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dgsthal.in\/blogs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d381aab0a2817410af89dbfd39bac693?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d381aab0a2817410af89dbfd39bac693?s=96&d=mm&r=g\",\"caption\":\"Payal Ganguly\"},\"sameAs\":[\"https:\/\/dgsthal.in\/blogs\",\"https:\/\/www.linkedin.com\/in\/payal-ganguly-447436285\/\"],\"url\":\"https:\/\/dgsthal.in\/blogs\/author\/payalganguly\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Building AI Products with Open-Source Tools - DGsthal","description":"Learn how to build AI products using open-source tools. Explore models, RAG pipelines, deployment strategies, and best practices for scalable AI systems.","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:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/","og_locale":"en_US","og_type":"article","og_title":"Building AI Products with Open-Source Tools - DGsthal","og_description":"Learn how to build AI products using open-source tools. Explore models, RAG pipelines, deployment strategies, and best practices for scalable AI systems.","og_url":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/","og_site_name":"DGsthal","article_published_time":"2026-02-04T14:16:38+00:00","article_modified_time":"2026-02-04T14:16:39+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2026\/02\/building-ai-product.jpg","type":"image\/jpeg"}],"author":"Payal Ganguly","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Payal Ganguly","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#article","isPartOf":{"@id":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/"},"author":{"name":"Payal Ganguly","@id":"https:\/\/dgsthal.in\/blogs\/#\/schema\/person\/2a5781070f1f8fc37d1d41e043e0c36d"},"headline":"Building AI Products with Open-Source Tools","datePublished":"2026-02-04T14:16:38+00:00","dateModified":"2026-02-04T14:16:39+00:00","mainEntityOfPage":{"@id":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/"},"wordCount":592,"commentCount":0,"publisher":{"@id":"https:\/\/dgsthal.in\/blogs\/#organization"},"image":{"@id":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#primaryimage"},"thumbnailUrl":"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2026\/02\/building-ai-product.jpg","keywords":["AI product","Dgsthal","MLOps","Open-Source","Payal Ganguly"],"articleSection":["AI","Technologies"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/","url":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/","name":"Building AI Products with Open-Source Tools - DGsthal","isPartOf":{"@id":"https:\/\/dgsthal.in\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#primaryimage"},"image":{"@id":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#primaryimage"},"thumbnailUrl":"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2026\/02\/building-ai-product.jpg","datePublished":"2026-02-04T14:16:38+00:00","dateModified":"2026-02-04T14:16:39+00:00","description":"Learn how to build AI products using open-source tools. Explore models, RAG pipelines, deployment strategies, and best practices for scalable AI systems.","breadcrumb":{"@id":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#primaryimage","url":"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2026\/02\/building-ai-product.jpg","contentUrl":"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2026\/02\/building-ai-product.jpg","width":1536,"height":1024,"caption":"building-ai-product"},{"@type":"BreadcrumbList","@id":"https:\/\/dgsthal.in\/blogs\/building-ai-products-with-open-source-tools\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dgsthal.in\/blogs\/"},{"@type":"ListItem","position":2,"name":"Building AI Products with Open-Source Tools"}]},{"@type":"WebSite","@id":"https:\/\/dgsthal.in\/blogs\/#website","url":"https:\/\/dgsthal.in\/blogs\/","name":"DGsthal","description":"Blog","publisher":{"@id":"https:\/\/dgsthal.in\/blogs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dgsthal.in\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dgsthal.in\/blogs\/#organization","name":"DGsthal","url":"https:\/\/dgsthal.in\/blogs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dgsthal.in\/blogs\/#\/schema\/logo\/image\/","url":"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2025\/03\/cropped-DGsthal-Logo.png","contentUrl":"https:\/\/dgsthal.in\/blogs\/wp-content\/uploads\/2025\/03\/cropped-DGsthal-Logo.png","width":1920,"height":629,"caption":"DGsthal"},"image":{"@id":"https:\/\/dgsthal.in\/blogs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/dgsthal\/","https:\/\/www.instagram.com\/dgsthal_it_solutions\/"]},{"@type":"Person","@id":"https:\/\/dgsthal.in\/blogs\/#\/schema\/person\/2a5781070f1f8fc37d1d41e043e0c36d","name":"Payal Ganguly","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dgsthal.in\/blogs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d381aab0a2817410af89dbfd39bac693?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d381aab0a2817410af89dbfd39bac693?s=96&d=mm&r=g","caption":"Payal Ganguly"},"sameAs":["https:\/\/dgsthal.in\/blogs","https:\/\/www.linkedin.com\/in\/payal-ganguly-447436285\/"],"url":"https:\/\/dgsthal.in\/blogs\/author\/payalganguly\/"}]}},"_links":{"self":[{"href":"https:\/\/dgsthal.in\/blogs\/wp-json\/wp\/v2\/posts\/238","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dgsthal.in\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dgsthal.in\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dgsthal.in\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dgsthal.in\/blogs\/wp-json\/wp\/v2\/comments?post=238"}],"version-history":[{"count":1,"href":"https:\/\/dgsthal.in\/blogs\/wp-json\/wp\/v2\/posts\/238\/revisions"}],"predecessor-version":[{"id":240,"href":"https:\/\/dgsthal.in\/blogs\/wp-json\/wp\/v2\/posts\/238\/revisions\/240"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dgsthal.in\/blogs\/wp-json\/wp\/v2\/media\/239"}],"wp:attachment":[{"href":"https:\/\/dgsthal.in\/blogs\/wp-json\/wp\/v2\/media?parent=238"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dgsthal.in\/blogs\/wp-json\/wp\/v2\/categories?post=238"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dgsthal.in\/blogs\/wp-json\/wp\/v2\/tags?post=238"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}