Skip to content

Commit 6e77db5

Browse files
Merge pull request #53784 from MicrosoftDocs/94394c6c-5c13-4110-a635-8744314b3934_63
Merged by Learn.Build PR Management system
2 parents ad28482 + d337ece commit 6e77db5

1 file changed

Lines changed: 65 additions & 65 deletions

File tree

  • learn-pr/student-evangelism/challenge-project-add-image-analysis-generation-to-app
Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
1-
### YamlMime:Module
2-
uid: learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app
3-
metadata:
4-
title: Challenge project - Add image analysis and generation capabilities to your application
5-
description: "Add image analysis and generation capabilities to your application"
6-
ms.date: 9/5/2023
7-
author: carlottac94
8-
ms.author: cacaste
9-
ms.custom: team=nextgen
10-
ms.topic: module-challenge-project # Please don't edit, used for our analytics
11-
###########################################################################
12-
###
13-
### If your content is related to a product or service, apply one value from the either the ms.prod allowlist
14-
### or the ms.service allowlist. You can’t use both ms.prod and ms.service.
15-
###
16-
### If your content isn't about a product or service, you can omit both ms.prod and ms.service.
17-
###
18-
### The list of approved ms.prod values is here: https://review.learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#msprod
19-
### The list of approved ms.service values is here: https://review.learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#msservice
20-
### If you need to request new values, follow the process here: https://review.learn.microsoft.com/en-us/help/platform/metadata-allowlist-requests?branch=main
21-
ms.service: azure
22-
title: Challenge project - Add image analysis and generation capabilities to your application
23-
summary: |
24-
Demonstrate your ability to develop a smart web application that integrates computer vision capabilities, leveraging Azure AI Vision and Azure OpenAI cognitive services.
25-
> [!NOTE]
26-
> This is a **_Challenge Project_** module where you complete an end-to-end project using high-level guidance; there are no step-by-step instructions.
27-
abstract: |
28-
In this module, you'll demonstrate your ability to:
29-
- Integrate the newest Image Analysis 4.0 capabilities - powered by Microsoft Florence large foundation model - into your application.
30-
- Enrich your solution with generative AI capabilities.
31-
- Build a CI/CD pipeline with GitHub actions to deploy your application to the Cloud as an Azure Static Web App.
32-
prerequisites: |
33-
- Experience using JavaScript and React or similar frameworks.
34-
- Experience using GitHub and Visual Studio Code.
35-
- Familiarity with REST APIs.
36-
iconUrl: /learn/achievements/generic-badge.svg
37-
levels: # see level taxonomy https://review.learn.microsoft.com/help/contribute/metadata-taxonomies?branch=main#level
38-
- beginner
39-
roles: # see role taxonomy https://review.learn.microsoft.com/help/contribute/metadata-taxonomies?branch=main#role
40-
- developer
41-
- ai-engineer
42-
- startup-founder
43-
- student
44-
- higher-ed-educator
45-
products: # see product taxonomy https://review.learn.microsoft.com/help/contribute/metadata-taxonomies?branch=main#product
46-
- vs-code
47-
- static-web-apps
48-
- ai-services
49-
- azure-openai
50-
subjects: # see subject taxonomy https://review.learn.microsoft.com/help/contribute/metadata-taxonomies?branch=main#subject
51-
- data-management
52-
units:
53-
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.introduction
54-
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.prepare
55-
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.exercise-create-static-web-app
56-
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.exercise-design-gui
57-
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.exercise-add-image-analysis
58-
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.exercise-add-image-generation
59-
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.exercise-check-services-configuration
60-
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.exercise-deploy-to-azure
61-
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.knowledge-check
62-
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.summary
63-
64-
badge:
65-
uid: learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.badge
1+
### YamlMime:Module
2+
uid: learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app
3+
metadata:
4+
title: Challenge project - Add image analysis and generation capabilities to your application
5+
description: "Add image analysis and generation capabilities to your application"
6+
ms.date: 9/5/2023
7+
author: carlottac94
8+
ms.author: cacaste
9+
ms.custom: team=nextgen
10+
ms.topic: module-challenge-project # Please don't edit, used for our analytics
11+
###########################################################################
12+
###
13+
### If your content is related to a product or service, apply one value from the either the ms.prod allowlist
14+
### or the ms.service allowlist. You can’t use both ms.prod and ms.service.
15+
###
16+
### If your content isn't about a product or service, you can omit both ms.prod and ms.service.
17+
###
18+
### The list of approved ms.prod values is here: https://review.learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#msprod
19+
### The list of approved ms.service values is here: https://review.learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#msservice
20+
### If you need to request new values, follow the process here: https://review.learn.microsoft.com/en-us/help/platform/metadata-allowlist-requests?branch=main
21+
ms.service: azure
22+
title: Challenge project - Add image analysis and generation capabilities to your application
23+
summary: |
24+
Demonstrate your ability to develop a smart web application that integrates computer vision capabilities, leveraging Azure AI Vision and Azure OpenAI cognitive services.
25+
> [!NOTE]
26+
> This is a **_Challenge Project_** module where you complete an end-to-end project using high-level guidance; there are no step-by-step instructions.
27+
abstract: |
28+
In this module, you'll demonstrate your ability to:
29+
- Integrate the newest Image Analysis 4.0 capabilities - powered by Microsoft Florence large foundation model - into your application.
30+
- Enrich your solution with generative AI capabilities.
31+
- Build a CI/CD pipeline with GitHub actions to deploy your application to the Cloud as an Azure Static Web App.
32+
prerequisites: |
33+
- Experience using JavaScript and React or similar frameworks.
34+
- Experience using GitHub and Visual Studio Code.
35+
- Familiarity with REST APIs.
36+
iconUrl: /learn/achievements/generic-badge.svg
37+
levels: # see level taxonomy https://review.learn.microsoft.com/help/contribute/metadata-taxonomies?branch=main#level
38+
- beginner
39+
roles: # see role taxonomy https://review.learn.microsoft.com/help/contribute/metadata-taxonomies?branch=main#role
40+
- developer
41+
- ai-engineer
42+
- startup-founder
43+
- student
44+
- higher-ed-educator
45+
products: # see product taxonomy https://review.learn.microsoft.com/help/contribute/metadata-taxonomies?branch=main#product
46+
- vs-code
47+
- static-web-apps
48+
- foundry-tools
49+
- azure-openai
50+
subjects: # see subject taxonomy https://review.learn.microsoft.com/help/contribute/metadata-taxonomies?branch=main#subject
51+
- data-management
52+
units:
53+
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.introduction
54+
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.prepare
55+
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.exercise-create-static-web-app
56+
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.exercise-design-gui
57+
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.exercise-add-image-analysis
58+
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.exercise-add-image-generation
59+
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.exercise-check-services-configuration
60+
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.exercise-deploy-to-azure
61+
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.knowledge-check
62+
- learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.summary
63+
64+
badge:
65+
uid: learn.student-evangelism.challenge-project-add-image-analysis-generation-to-app.badge

0 commit comments

Comments
 (0)