You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/ai-core-template-wizard/ai-core-template-wizard.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,64 +8,63 @@ author_name: Dhrubajyoti Paul
8
8
author_profile: https://github.com/dhrubpaul
9
9
---
10
10
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.
13
13
14
14
## Prerequisites
15
15
- Understanding Of SAP AI Core
16
16
17
17
## 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
20
20
21
21
## Intro
22
22
In this tutorial we would be Creating a movie recommendation Template and deploying the same using AI core.
23
-
---
24
23
25
24
26
-
### Genrating template for Movie Recommendation
25
+
### Generate a template for movie recommendaiton
27
26
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.
29
28
30
29

31
30
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.
33
32
34
33

35
34
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.
37
36
38
37

39
38
40
-
**Step 4:** enter the project name and version and press enter
39
+
- enter the project name and version and press enter
41
40
42
41

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

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

51
50
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.
53
52
54
53

55
54
56
55
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.
58
57
59
58

60
59
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.
62
61
63
62

64
63
65
64
66
65
### Deploying Template to AI Core
67
66
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.
0 commit comments