by CPI Staff | Jul 21, 2025 | AI, Blog, Machine Learning, PyTorch
This post will walk you through what PyTorch is, how it’s used in ML and LLM development, and how you can start running it in Azure ML using Jupyter notebooks. If you’re working on deep learning, computer vision, or building large language models (LLMs),...
by CPI Staff | May 1, 2025 | .NET, AI, Blazor, Blog, C#, OpenAI
In this blog post, we’ll show you how to Build a Blazor .NET App that Recognizes Images with OpenAI. You’ll see how we securely upload image files, send them to OpenAI’s API, and return a natural-language response—seamlessly integrated into a modern web interface....
by CPI Staff | Apr 29, 2025 | .NET, AI, Blog, OpenAI
In this OpenAI and Azure blog post, we will show you how to Protect Your OpenAI .NET Apps from Prompt Injection Attacks effectively. Table of contentsWhy Prompt Injection MattersSetting Up the ProtectionInstall Required PackagesThe Full Protection WorkflowExample C#...
by CPI Staff | Apr 18, 2025 | AI, Blog, OpenAI
This blog post provides instructions for getting started with the OpenAI Responses API in .NET using the official OpenAI .NET library to create a console application with the latest OpenAI Responses API. This is your go-to guide for getting started with the OpenAI...
by CPI Staff | Oct 7, 2024 | .NET, AI, DALL-E, OpenAI
This Azure OpenAI article will show you how to generate DALL-E images with .NET C# Console application using the Azure SDK for .NET. Table of contentsAzure SDK for .NETGenerate DALL-E Images with .NET C# Console ApplicationInstall-PackageProgram.csRelated Articles...
by CPI Staff | Oct 7, 2024 | AI, Azure AI Services, Blog, Power Apps
In this post on OpenAI and Microsoft Power Apps, we will create a Text-to-Speech Power App using OpenAI Whisper. Table of contentsCreating a Text-to-Speech Power App Using OpenAI WhisperGet an API Key from OpenAICreating a Text-to-Speech Power AppCreate Power Automate...