Semantic Kernel: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Semantic Kernel is an open-source SDK that lets you combine AI services like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C# and Python....") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Semantic Kernel is an open-source SDK that lets you combine AI services like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C# and Python. By doing so, you can create AI apps that combine the best of both worlds. | Semantic Kernel is an open-source SDK that lets you combine AI services like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C# and Python. By doing so, you can create AI apps that combine the best of both worlds. | ||
== Links == | |||
* https://github.com/microsoft/semantic-kernel | |||
* https://learn.microsoft.com/en-us/semantic-kernel/overview/ | |||
* https://stackoverflow.com/questions/tagged/semantic-kernel | |||
Latest revision as of 06:12, 23 September 2023
Semantic Kernel is an open-source SDK that lets you combine AI services like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C# and Python. By doing so, you can create AI apps that combine the best of both worlds.