Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: 27 days ago
JSON representation

Lists

README

        

# Microsoft-Semantic-Kernel-Community

![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/vinothrajendran)

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 ![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Microsoft.SemanticKernel)

## 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. | [![Nuget](https://img.shields.io/nuget/v/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Web.YouTube)](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Web.YouTube/) | [![Nuget Downloads](https://img.shields.io/nuget/dt/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. | [![Nuget](https://img.shields.io/nuget/v/AzureAI.Community.Microsoft.Semantic.Kernel.Speech)](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.Speech/) | [![Nuget Downloads](https://img.shields.io/nuget/dt/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. | [![Nuget](https://img.shields.io/nuget/v/AzureAI.Community.Microsoft.Semantic.Kernel.Translation)](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.Translation/) | [![Nuget Downloads](https://img.shields.io/nuget/dt/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 | [![Nuget](https://img.shields.io/nuget/v/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Intent)](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Intent) | [![Nuget Downloads](https://img.shields.io/nuget/dt/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..) | [![Nuget](https://img.shields.io/nuget/v/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Web.BingMap)](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Web.BingMap) | [![Nuget Downloads](https://img.shields.io/nuget/dt/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 | [![Nuget](https://img.shields.io/nuget/v/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Interface)](https://www.nuget.org/packages/AzureAI.Community.Microsoft.Semantic.Kernel.PlugIn.Interface) | [![Nuget Downloads](https://img.shields.io/nuget/dt/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. |