Skip to content

The "demo-semantic-kernel" repository demonstrates how to use Microsoft's Semantic Kernel to integrate AI models with traditional programming. It provides example implementations and usage patterns for building intelligent applications with semantic understanding and natural language processing.

Notifications You must be signed in to change notification settings

LiteObject/demo-semantic-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Semantic Kernel ⚡

What is Semantic Kernel?

Semantic Kernel is a lightweight, open-source development kit that lets you easily build AI agents and integrate the latest AI models into your C#, Python, or Java codebase. It serves as an efficient middleware that enables rapid delivery of enterprise-grade solutions.

Create a console project

dotnet new console

Install the 'Microsoft.SemanticKernel' nuget package

dotnet add package Microsoft.SemanticKernel

Links

About

The "demo-semantic-kernel" repository demonstrates how to use Microsoft's Semantic Kernel to integrate AI models with traditional programming. It provides example implementations and usage patterns for building intelligent applications with semantic understanding and natural language processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages