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
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**.
23
+
Welcome to the Verifiable AI Hackathon! This comprehensive guide will walk you through setting up your development environment, including Google Cloud infrastructure, API credentials, and Confidential Compute virtual machines.
24
24
25
-
## 1. Initial Setup
25
+
## Before You Begin
26
26
27
-
### 1.1. Google Account
27
+
- Plan for approximately 30-45 minutes to complete the entire setup
28
+
- Keep track of your credentials in a secure location
29
+
- If you encounter any issues, reach out to the support team via the hackathon Discord channels
28
30
29
-
- Create or use an existing Google account
30
-
- This account will be used for all hackathon resources
31
+
## Prerequisites
31
32
32
-
### 1.2. Project Registration
33
+
### Required Google Account & Registration
33
34
34
-
- Submit your email address during registration
35
-
- The Flare Infra Team will onboard you to `google-hackathon-project`
35
+
- Use an existing Google account or create a new one
36
+
- This account will be your primary access point for all hackathon resources
37
+
- Submit your Google account email during the registration process
38
+
- You'll receive access to the `google-hackathon-project` when approved, usually within a hour of submission
36
39
37
-
### 1.3. Gemini API Key
40
+
### Setting up Gemini API access
38
41
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"
42
+
1. Log into your registered Google account
43
+
1. Visit the [Get a Gemini API key in Google AI Studio](https://aistudio.google.com/app/apikey) page
44
+
1. Click on **Create API key**
45
+
1. Select `google-hackathon-project` from the dropdown
46
+
1. Click **Create API key in existing project**
47
+
1. Store your API key securely
43
48
44
-
### 1.4. VM Instance Creation
49
+
##Setting up a VM
45
50
46
-
Choose between CLI or Console setup methods detailed in Section 2.
51
+
### Option A: Using gcloud CLI (Recommended)
47
52
48
-
## 2. VM Instance Setup Methods
53
+
Follow these steps to set up a GCP instance using Confidential Space with Cloud Logging.
49
54
50
-
###2.1. Option A: Using gcloud CLI (Recommended)
55
+
#### Prerequisites
51
56
52
-
Follow these steps to set up a GCP instance using Confidential Space with Cloud Logging.
57
+
1.**Install the gcloud CLI**
53
58
54
-
1.**Install gcloud CLI**
59
+
- Follow the [gcloud CLI installation guide](https://cloud.google.com/sdk/docs/install) steps for your OS
55
60
56
-
- Follow the [gcloud CLI installation guide](https://cloud.google.com/sdk/docs/install)
61
+
2.**Authenticate your CLI**
57
62
58
-
2.**Create VM Instance**
59
-
Use the following command, replacing variables marked with `<>`:
63
+
Use the same account used for hackathon registration
0 commit comments