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
@@ -22,31 +22,32 @@ import AddMetaData from "/static/img/verifiable-ai-hackathon/add-metadata.png";
22
22
23
23
This guide provides all necessary steps to get onboarded for the **Verifiable AI Hackathon**. Participants will set up their **Google Cloud infrastructure**, acquire necessary **API keys**, and deploy their **Confidential Compute VMs**.
24
24
25
-
## 1. Setup
25
+
## 1. Initial Setup
26
26
27
-
1.**Google Account**
27
+
### 1.1. Google Account
28
28
29
-
- Create or use an existing Google account
30
-
- This account will be used for all hackathon resources
29
+
- Create or use an existing Google account
30
+
- This account will be used for all hackathon resources
31
31
32
-
2.**Project Registration**
32
+
### 1.2. Project Registration
33
33
34
-
- Submit your email address during registration
35
-
- The Flare Infra Team will onboard you to `google-hackathon-project`
34
+
- Submit your email address during registration
35
+
- The Flare Infra Team will onboard you to `google-hackathon-project`
36
36
37
-
3.**Gemini API Key**
37
+
### 1.3. Gemini API Key
38
38
39
-
1. Navigate to [Get a Gemini API key in Google AI Studio](https://aistudio.google.com/app/apikey)
40
-
2. Click on "Create API key"
41
-
3. Select `google-hackathon-project` from the dropdown
42
-
4. Click "Create API key in existing project"
39
+
1. Navigate to [Get a Gemini API key in Google AI Studio](https://aistudio.google.com/app/apikey)
40
+
2. Click on "Create API key"
41
+
3. Select `google-hackathon-project` from the dropdown
42
+
4. Click "Create API key in existing project"
43
43
44
-
4.**VM Instance Creation**
45
-
- Choose between CLI or Console setup methods below
44
+
### 1.4. VM Instance Creation
45
+
46
+
Choose between CLI or Console setup methods detailed in Section 2.
46
47
47
48
## 2. VM Instance Setup Methods
48
49
49
-
### Option A: Using gcloud CLI (Recommended)
50
+
### 2.1. Option A: Using gcloud CLI (Recommended)
50
51
51
52
Follow these steps to set up a GCP instance using Confidential Space with Cloud Logging.
52
53
@@ -86,7 +87,7 @@ Follow these steps to set up a GCP instance using Confidential Space with Cloud
86
87
-`<ENV_VAR_VALUE1>`: First environment variable value
87
88
- Add additional environment variables as needed
88
89
89
-
### Option B: Using GCP Console
90
+
### 2.2. Option B: Using GCP Console
90
91
91
92
Follow these steps to set up a GCP instance using the web console.
92
93
@@ -95,71 +96,108 @@ Follow these steps to set up a GCP instance using the web console.
95
96
- Go to the [GCP Console](https://console.cloud.google.com/)
0 commit comments