Skip to content

Commit 7f9f7d0

Browse files
committed
Add Console GPU Viewer: Update README to include new sample app demonstrating GPU diagnostics
1 parent 195be4d commit 7f9f7d0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

05-AppCreatedWithGenAI/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This lesson features sample .NET applications generated using Generative AI tool
77
- 👾 **Retro Invaders Console App**: The first sample, Retro Invaders, is a console-based space battle game created with Copilot Agent Mode and GPT-4.1. [See details here.](./SpaceAINet/README.md)
88
- 🖼️ **Hugging Face MCP Image Generator**: An image generation app leveraging Hugging Face's MCP Server for creating unique visuals. [See details here.](./HFMCP.GenImage/README.md)
99

10+
- 🖥️ **Console GPU Viewer**: A small console app demonstrating GPU diagnostics and integration with local models (or visual tooling). [See details here.](./ConsoleGpuViewer/README.md)
11+
1012
- More sample apps will be added, each showcasing how Generative AI can help build real-world .NET solutions.
1113

1214
### Next steps

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ We're constantly improving this course with the latest AI tools, models, and pra
5050
- **First Sample: [SpaceAINet Console App](./05-AppCreatedWithGenAI/SpaceAINet/README.md)**
5151
**SpaceAINet** is an AI-powered Space Battle game for .NET 9, designed to showcase how modern AI models can play classic games. The solution allows you to run the game with either local AI models (via Ollama) or cloud-based models (via Azure AI Foundry), which analyze the game state and predict the next best action to win.
5252
Try it out and see how AI can master classic arcade gameplay!
53+
- **New Sample: [Console GPU Viewer](./05-AppCreatedWithGenAI/ConsoleGpuViewer/README.md)**
54+
A lightweight console utility that demonstrates GPU diagnostics and how to integrate local model runners or visual tooling into console-based .NET apps. Useful for testing GPU availability before running local inference models.
5355

5456
## 🚀 Introduction
5557

0 commit comments

Comments
 (0)