# Microsoft-Build2025-Samples **Repository Path**: mirrors_intel/Microsoft-Build2025-Samples ## Basic Information - **Project Name**: Microsoft-Build2025-Samples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-09 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Microsoft Build 2025 Samples Welcome to the Microsoft Build 2025 Samples Repository. This repository contains C# samples for the Windows AI Foundry, a groundbreaking platform designed to empower developers with advanced AI capabilities on Windows across a broad spectrum of silicon. The Windows AI Foundry is built on three key pillars: Built-in Models, Ready-to-use Open Source Models, and Bring Your Own Model and this repo features samples for each category running on the Intel AI PC and Copilot+ PC's. More information on Windows AI Foundry is available at: https://learn.microsoft.com/en-us/windows/ai/overview ## Repository Contents - [Windows AI APIs (Built-in Models)](https://github.com/intel/Microsoft-Build2025-Samples/tree/main/WindowsAI-Apis) - Phi silica - Text Recognition - Imaging: Image Super Resolution, Image Erase, Image Extraction - [Ready to Use Open Source Models Via Foundry Local](https://github.com/intel/Microsoft-Build2025-Samples/tree/main/FoundryLocalApp) - Application using Foundry Local for Inferencing - [Bring Your Own Model(BYOM)](https://github.com/intel/Microsoft-Build2025-Samples/tree/main/WinML/Clip-VIT) - Windows ML using Resnet50 - Windows ML using clip-vit-base-patch32 - Windows ML Gen AI using Qwen2.5-7B-Instruct Please note that there is also a Cloud to Client Migration Recipe detailing the key considerations when migrating workloads from cloud to client available at [Cloud to Client](https://github.com/intel/Microsoft-Build2025-Samples/tree/main/cloudtoclientmigration) ## Software Pre-reqs 1. Install latest NPU drivers by downloading it from : https://www.intel.com/content/www/us/en/download/794734/intel-npu-driver-windows.html 2. Install latest Intel GPU Drivers using Intel® Driver & Support Assistant (Intel® DSA) available at : https://www.intel.com/content/www/us/en/support/detect.html 3. Install Visual Studio 2022 Community edition with C++: Visual Studio 2022, selecting ".Net desktop Development" and “Desktop Development with C++” workloads. If already installed please upgrade to 17.14 4. Clone the samples repo by doing a `git clone https://github.com/intel/Microsoft-Build2025-Samples.git` Please note that each of the categories of samples might have additional software prereqs which will be listed in the readme for that category. ## Hardware - Intel® Core™ Ultra Processor Family ## Getting help If you have any questions or if you found any problems with this repository, please report through [GitHub issues](https://github.com/intel/Microsoft-Build2025-Samples/issues).