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
In this tutorial we would be Creating a movie recommendation Template and deploying the same using AI core.
23
23
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
+

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
+

33
+
34
+
When the template wizard is open, click on **Explore and Install generators**.
35
+
36
+

37
+
38
+
Search for *ai core* and install the **@sap/ai-core** generator.
39
+
40
+

24
41
25
42
### Generate a template for movie recommendaiton
26
43
27
44
- press Command + shift + p for *mac* and Control + shift + p for *Windows* to open control center and choose open template wizard.
28
45
29
-

46
+

30
47
31
48
- Once the Template generator opens choose AI core and press start.
32
49
33
-

50
+

34
51
35
52
- 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.
36
53
37
-

54
+

38
55
39
56
- enter the project name and version and press enter
40
57
41
-

58
+

42
59
43
60
- fill up the details like scenario ID and Resource plan.
44
61
45
-

62
+

46
63
47
64
- Similarly fill the details for Serving Plan.
48
65
49
-

66
+

50
67
51
68
- Choose the demo sample project as Movie Recommendation and click on next.
52
69
53
-

70
+

54
71
55
72
56
73
- As a last step add the Docker Details like Docker registry URL and username and click next to create the project.
57
74
58
-

75
+

59
76
60
77
- It will create all the required folders in the current directory.
61
78
62
-

79
+

63
80
64
81
65
82
### Deploying Template to AI Core
66
83
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.
68
85
69
-

86
+

70
87
71
88
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.
0 commit comments