Sensible AI, Coding, and Everything In-Between
My mission is to empower every developer and data scientist to be successful with Artificial Intelligence, Machine Learning, and Generative AI. Also Coding. And Software. And whatever else I am thinking about.
Seth Juarez ยท AI, ML, developer tools, software craft, and the occasional strongly-held opinion about making technology make sense.
Latest writing
View all postsFixing Mixed-Content and CORS issues at ML Model inference time with Azure Functions
Resolve mixed-content and CORS errors when calling Azure Functions from web applications. Learn how to configure HTTPS-only access and proper CORS settings, with a bonus explanation of preflight OPTIONS requests.
Troubleshooting an ONNX Model deployment to Azure Functions
Navigate the deployment challenges of ML models to Azure Functions, from Python version mismatches to memory constraints. Discover how to use docker-based local builds with native dependencies to overcome remote build limitations.
Making Use of Unstructured Data with Form Recognizer
Extract structured data from unstructured forms using Azure Form Recognizer with just 5 training examples. Walk through the complete process from service creation to model training and analysis using Postman and Azure Storage.