AI Applications

Projects for exploring LLMs, Generative AI, and APIs

MyFridgeChef.com

.NET  Generative AI  LLM  Google Gemini Flash Lite  Open AI  Prompt Engineering  API  Responsible AI 

MyFridgeChef.com is a fun and useful example of integrating generative AI into a .NET application. Get personalized recipes based on what you already have in your fridge or pantry. No extra shopping needed - just smart, simple meals powered by AI. Uses Gemini Flash 2.0 Lite LLM, prompt engineering and APIs from Google and Open AI.

Deeper dive on LinkedIn

Open Application

Tokenizer

.NET  Generative AI  LLM  Embeddings  Tools  Token 

Tokenizer demonstrates how requests to and responses from generative LLMs are converted to tokens (smaller chunks of text represented by numbers). Uses ASP.NET and the TiktokenSharp Library

Deeper dive on LinkedIn

Open Application

Model Context Protocol

.NET  Model Context Protocol  MCP  AI  Generative AI  RPC 

The Model Context Protocol (MCP) is a emerging standard that enables large language models (LLMs) to go beyond text generation by interacting with external tools, APIs, and data sources. This site demos an MCP Client getting metadata on tools and resources from an MCP Server.

Deeper dive on LinkedIn

Open Application