Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
amerjusupovic committed Aug 16, 2024
2 parents b96ec1a + 01db08a commit 38b0b37
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 6 deletions.
10 changes: 9 additions & 1 deletion website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ export type TagType =
| "logicapps"
| "msal"
| "pinecone"
| "nextjs";
| "nextjs"
| "speechservice";

// LIST OF AVAILABLE TAGS
// Each tag in lit about must have a defined object here
Expand Down Expand Up @@ -517,6 +518,13 @@ export const Tags: { [type in TagType]: Tag } = {
url: "https://azure.microsoft.com/solutions/ai",
type: "Service",
},
speechservice: {
label: "Azure Speech Services",
description: "Template architecture uses Azure AI Speech Services",
azureIcon: "./img/Azure-Speech-Services.svg",
url: "https://azure.microsoft.com/en-us/products/ai-services/ai-speech",
type: "Service",
},
apim: {
label: "Azure API Management",
description: "Template architecture uses Azure API Management",
Expand Down
1 change: 1 addition & 0 deletions website/static/img/Azure-Speech-Services.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 29 additions & 5 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,8 @@
"popular",
"blobstorage",
"appservice",
"build2024"
"build2024",
"speechservice"
]
},
{
Expand Down Expand Up @@ -1714,7 +1715,8 @@
"openai",
"aca",
"bicep",
"ai"
"ai",
"speechservice"
]
},
{
Expand Down Expand Up @@ -1835,9 +1837,9 @@
},
{
"title": "GPT Video Analysis-In-A-Box",
"description": "This solution is part of the the AI-in-a-Box framework developed by the team of Microsoft Customer Engineers and Architects to accelerate the deployment of AI and ML solutions. Our goal is to simplify the adoption of AI technologies by providing ready-to-use accelerators that ensure quality, efficiency, and rapid deployment.",
"preview": "./templates/images/contoso-chat-architecture-diagram.png",
"website": "https://github.com/Azure-Samples/gpt-video-analysis-in-a-box",
"description": "The GPT Video Analysis in-a-Box project leverages Azure OpenAI GPT-4 Turbo with Vision and Azure Data Factory to provide a low-code solution for analyzing images and videos, making AI adoption simpler and more efficient. This solution, part of the AI-in-a-Box framework by Microsoft Customer Engineers and Architects, ensures quality, efficiency, and rapid deployment of AI and ML solutions across various industries.",
"preview": "./templates/images/gpt4-adf-architecture.jpg",
"website": "https://github.com/Azure/AI-in-a-box",
"author": "AI-in-a-Box Team",
"source": "https://github.com/Azure-Samples/gpt-video-analysis-in-a-box",
"tags": [
Expand Down Expand Up @@ -1963,6 +1965,28 @@
"new"
]
},
{
"title": "NLP to SQL In-A-Box",
"description": "NLP-SQL-in-a-Box is part of Microsoft's AI-in-a-Box framework, designed to simplify the deployment of AI and ML solutions. This project enables users to interact with SQL databases using natural language and speech, leveraging Azure OpenAI, Semantic Kernel, and Azure AI Speech Service to translate spoken queries into SQL statements, execute them, and deliver results audibly, ensuring an intuitive and user-friendly experience.",
"preview": "./templates/images/nlp_to_sql_architecture.png",
"website": "https://github.com/Azure/AI-in-a-box",
"author": "AI-in-a-Box Team",
"source": "https://github.com/Azure-Samples/nlp-sql-in-a-box",
"tags": [
"msft",
"openai",
"gpt",
"bicep",
"ai",
"python",
"azuresql",
"speechservice",
"azureai",
"managedidentity",
"semantickernel",
"new"
]
},
{
"title": "Quote of the Day: Feature Experimentation in .NET with Azure App Configuration",
"description": "An ASP.NET Core web app that demonstrates A/B testing using Azure App Configuration and the Microsoft Feature Management library.",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 38b0b37

Please sign in to comment.