Skip to content

Commit b4879d0

Browse files
authored
Update ai-core-template-wizard.md
1 parent 818766d commit b4879d0

1 file changed

Lines changed: 29 additions & 12 deletions

File tree

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

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,53 +21,70 @@ author_profile: https://github.com/dhrubpaul
2121
## Intro
2222
In this tutorial we would be Creating a movie recommendation Template and deploying the same using AI core.
2323

24+
### Installing Application wizard in Visual Studio Code
25+
26+
In your Visual Studio Code Application, go to extensions and search for application wizard. Go to the Applictation wizard by SAP OS and install it.
27+
28+
![image](img/inst1.png)
29+
30+
Press Command + shift + p for *mac* and Control + shift + p for *Windows* to open control center and choose open template wizard.
31+
32+
![image](img/open.png)
33+
34+
When the template wizard is open, click on **Explore and Install generators**.
35+
36+
![image](img/inst2.png)
37+
38+
Search for *ai core* and install the **@sap/ai-core** generator.
39+
40+
![image](img/inst3.png)
2441

2542
### Generate a template for movie recommendaiton
2643

2744
- press Command + shift + p for *mac* and Control + shift + p for *Windows* to open control center and choose open template wizard.
2845

29-
![](img/tempelate_gen1.png)
46+
![image](img/open.png)
3047

3148
- Once the Template generator opens choose AI core and press start.
3249

33-
![](img/tempelate_gen2.png)
50+
![image](img/tempelate_gen2.png)
3451

3552
- 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.
3653

37-
![](img/tempelate_gen3.png)
54+
![image](img/tempelate_gen3.png)
3855

3956
- enter the project name and version and press enter
4057

41-
![](img/tempelate_gen4.png)
58+
![image](img/tempelate_gen4.png)
4259

4360
- fill up the details like scenario ID and Resource plan.
4461

45-
![](img/tempelate_gen5.png)
62+
![image](img/tempelate_gen5.png)
4663

4764
- Similarly fill the details for Serving Plan.
4865

49-
![](img/tempelate_gen6.png)
66+
![image](img/tempelate_gen6.png)
5067

5168
- Choose the demo sample project as Movie Recommendation and click on next.
5269

53-
![](img/tempelate_gen7.png)
70+
![image](img/tempelate_gen7.png)
5471

5572

5673
- As a last step add the Docker Details like Docker registry URL and username and click next to create the project.
5774

58-
![](img/tempelate_gen8.png)
75+
![image](img/tempelate_gen8.png)
5976

6077
- It will create all the required folders in the current directory.
6178

62-
![](img/tempelate_gen9.png)
79+
![image](img/tempelate_gen9.png)
6380

6481

6582
### Deploying Template to AI Core
6683

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.
84+
In the generated template visit Template folder > Pipelines and replace `ai-core_creds.json` and `S3_creds.json` with your actual AI core credentials.
6885

69-
![](img/run_movie1.jpg)
86+
![image](img/run_movie1.jpg)
7087

7188
Once done Under the same pipelines folder open AI-core-skd-notebook and replace the Configure variables with your own Variables and click on run all.
7289

73-
![](img/run_movie2.jpg)
90+
![image](img/run_movie2.jpg)

0 commit comments

Comments
 (0)