https://github.com/Azure-AI-Community/Microsoft-Semantic-Kernel-Community-dotnet
https://github.com/Azure-AI-Community/Microsoft-Semantic-Kernel-Community-dotnet
hacktoberfest hacktoberfest-accepted hacktoberfest-starter hacktoberfest2023
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Azure-AI-Community/Microsoft-Semantic-Kernel-Community-dotnet
- Owner: Azure-AI-Community
- License: mit
- Created: 2023-08-24T11:02:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T10:24:39.000Z (about 1 year ago)
- Last Synced: 2024-02-23T08:35:28.951Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hacktoberfest-starter, hacktoberfest2023
- Language: C#
- Homepage:
- Size: 85 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-semantickernel - Microsoft-Semantic-Kernel-Community-dotnet - body-tab) [](https://www.nuget.org/packages/AzureAI.Community.OpenAI.Bot.Builder.Prompt) [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.Translation) [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Intent) [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Web.YouTube) (Plugins)
README
# Microsoft-Semantic-Kernel-Community

The **Microsoft-Semantic-Kernel-Community** is a versatile platform that supports plugins and connectors for various functionalities. Here are the currently available plugins and upcoming connectors:
### Microsoft Semantic Kernel NuGet package 
## Available Plugins
| Plugin | Description | Nuget | Downloads |
|--------|-------------|-------|-----------|
| [YouTube Plugin](https://github.com/Azure-AI-Community/Microsoft-Semantic-Kernel-Community-dotnet/tree/main/libraries/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Web.YouTube) | YouTube video searches, enabling users to specify keywords and search within specific channels seamlessly. | [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Web.YouTube/) | [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Web.YouTube/) |
| [Speech Plugin](https://github.com/Azure-AI-Community/Microsoft-Semantic-Kernel-Community-dotnet/tree/main/libraries/AzureAI.Community.Microsoft.Semantic.Kernel.Speech) | Convert spoken language into text and vice versa. | [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.Speech/) | [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.Speech/) |
| [Translation Plugin](https://github.com/Azure-AI-Community/Microsoft-Semantic-Kernel-Community-dotnet/tree/main/libraries/AzureAI.Community.Microsoft.Semantic.Kernel.Translation) | Translate text from one language to another. | [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.Translation/) | [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.Translation/) |
| [Intent PlugIn](https://github.com/Azure-AI-Community/Microsoft-Semantic-Kernel-Community-dotnet/tree/main/libraries/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Intent) | Find Intent | [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Intent) | [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Intent) |
| [BingMap PlugIn](https://github.com/Azure-AI-Community/Microsoft-Semantic-Kernel-Community-dotnet/tree/main/libraries/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.BingMap) | SuggestionAddress (such as hotels, coffee shops, restaurants, petrol stations, etc..) | [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Web.BingMap) | [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Web.BingMap) |
| [PlugIn Interface](https://github.com/Azure-AI-Community/Microsoft-Semantic-Kernel-Community-dotnet/tree/main/libraries/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Interface) | The semantic kernel plugin core doesn't support interface-based plugins by default. This limitation is addressed in the package, focusing solely on the interface rather than a specific class for KernelFunction and its Description | [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Interface) | [](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Interface) |## Upcoming Plugins
| Plugin | Description |
|--------|-------------|
| TextNumericConverterPlugin | Textual representations to their corresponding numeric values |
| [Bing Video Plugin (Upcoming)](#bing-video-plugin-upcoming) | Access Bing Video Search functionality. |
| [Bing News Plugin (Upcoming)](#bing-news-plugin-upcoming) | Access Bing News Search functionality. |