by CPI Staff | Jul 22, 2024 | AI, Azure, Azure AI Vision, Blog
This Azure AI Vision article will show how to generate an image caption with Azure AI Vision and .NET C# application. Azure AI Vision is a Microsoft Azure service that is part of the Azure AI Services suite of cloud services, which also includes speech services and...
by CPI Staff | Jul 22, 2024 | .NET, Blog, C#
This Microsoft .NET article will explain what appsettings.json is in .NET and C# and how to use it. The ‘appsettings.json’ file allows us to manage an application configuration securely and efficiently and easily transition between development and...
by CPI Staff | Jul 22, 2024 | AI, Azure, Azure AI Services, Azure AI Vision, Blog
In this Azure AI Vision blog post, we will show how to extract text from images using Azure AI Vision and Azure SDK for .NET. Azure AI Vision allows us to analyse images and perform operations against objects inside images. AI Vision capabilities include: Optical...
by CPI Staff | Jul 21, 2024 | AI, Azure, Azure AI Services, Bicep, Blog
This Azure AI Services post will show how to retrieve Azure AI Services keys and Endpoint using Bicep deployment code. If you are not familiar with Azure Bicep, it is a Specific Domain Language (DSL) for infrastructure-as-code (iac) deployments in Azure only. Unlike...
by CPI Staff | Jul 21, 2024 | AI, Azure, Azure AI Vision, Blog
This Azure AI Services article will show how to integrate Azure AI Vision for image analysis in C# applications using .NET. Azure AI Services offers access to many AI services, including the popular Azure OpenAI service. Today, we will focus on Azure AI Vision, which...