Demo Applications
RogerJesrani.com - A sandbox for exploring, learning and creating
AI Applications
Projects for exploring LLMs, Generative AI, and APIs
MyFridgeChef.com
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
Tokenizer
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
Model Context Protocol
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