Skip to content

Commit 61eecfc

Browse files
incorporated josua changes
1 parent c4b37f3 commit 61eecfc

1 file changed

Lines changed: 15 additions & 16 deletions

File tree

tutorials/ai-core-template-wizard/ai-core-template-wizard.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,64 +8,63 @@ author_name: Dhrubajyoti Paul
88
author_profile: https://github.com/dhrubpaul
99
---
1010

11-
# Deploying a movie recommendation system to AI core using Tempelate generator
12-
<!-- description --> Building a portable AI code with Vs code template generator and Deploying the same on SAP AI Core.
11+
# Deploy a Movie Recommendation System to AI Core Using Template Generator
12+
<!-- description --> Build a portable AI code with Vs code template generator and deploy the same on SAP AI Core.
1313

1414
## Prerequisites
1515
- Understanding Of SAP AI Core
1616

1717
## You will learn
18-
- Setup Vs code Template generator
19-
- Deploy generated code to AI core
18+
- How to setup a VS Code template generator
19+
- How to deploy generated code to AI Core
2020

2121
## Intro
2222
In this tutorial we would be Creating a movie recommendation Template and deploying the same using AI core.
23-
---
2423

2524

26-
### Genrating template for Movie Recommendation
25+
### Generate a template for movie recommendaiton
2726

28-
step 1:** press Command + shift + p for *mac* and Control + shift + p for *Windows* to open control center and choose open template wizard.
27+
- press Command + shift + p for *mac* and Control + shift + p for *Windows* to open control center and choose open template wizard.
2928

3029
![](img/tempelate_gen1.png)
3130

32-
**Step 2:** Once the Template generator opens choose AI core and press start.
31+
- Once the Template generator opens choose AI core and press start.
3332

3433
![](img/tempelate_gen2.png)
3534

36-
**Step 3:** If you have your custom code choose Basic Project or if you wanted to use the pre-generated training and serving code use AI core sample project for this demo we are going to use.
35+
- If you have your custom code choose Basic Project or if you wanted to use the pre-generated training and serving code use AI core sample project for this demo we are going to use.
3736

3837
![](img/tempelate_gen3.png)
3938

40-
**Step 4:** enter the project name and version and press enter
39+
- enter the project name and version and press enter
4140

4241
![](img/tempelate_gen4.png)
4342

44-
**Step 5:** fill up the details like scenario ID and Resource plan.
43+
- fill up the details like scenario ID and Resource plan.
4544

4645
![](img/tempelate_gen5.png)
4746

48-
**Step 6:** Similarly fill the details for Serving Plan.
47+
- Similarly fill the details for Serving Plan.
4948

5049
![](img/tempelate_gen6.png)
5150

52-
**Step 7:** Choose the demo sample project as Movie Recommendation and click on next.
51+
- Choose the demo sample project as Movie Recommendation and click on next.
5352

5453
![](img/tempelate_gen7.png)
5554

5655

57-
**Step 8:** As a last step add the Docker Details like Docker registry URL and username and click next to create the project.
56+
- As a last step add the Docker Details like Docker registry URL and username and click next to create the project.
5857

5958
![](img/tempelate_gen8.png)
6059

61-
Step 9: It will create all the required folders in the current directory.
60+
- It will create all the required folders in the current directory.
6261

6362
![](img/tempelate_gen9.png)
6463

6564

6665
### Deploying Template to AI Core
6766

68-
In the Generated tempelate visit Template folder > Pipelines and replace `ai-core_creds.json` and `S3_creds.json` with your Actual AI core Creds.
67+
In the generated tempelate visit Template folder > Pipelines and replace `ai-core_creds.json` and `S3_creds.json` with your actual AI core Creds.
6968

7069
![](img/run_movie1.jpg)
7170

0 commit comments

Comments
 (0)