Learning Library

← Back to Library

IBM Cloud Watsonx Setup Guide

Key Points

  • Create an IBM Cloud account (or log in) at cloud.ibm.com, verify via email, and accept the terms to access the platform.
  • In the WatsonX data platform, start a new project (or use a sandbox), give it a name and description, and note the generated project ID.
  • provision a free Watson Machine Learning service instance from the catalog, select the Lite plan, agree to the license, and create it.
  • Generate an API key for Watson Machine Learning under “Manage Access → API keys” and save the key for tutorial use.
  • Associate the new Watson Machine Learning service with your WatsonX project via Services and Integrations, then copy the project ID for future AI tutorial steps.

Full Transcript

# IBM Cloud Watsonx Setup Guide **Source:** [https://www.youtube.com/watch?v=3sav6vUG_XQ](https://www.youtube.com/watch?v=3sav6vUG_XQ) **Duration:** 00:05:01 ## Summary - Create an IBM Cloud account (or log in) at cloud.ibm.com, verify via email, and accept the terms to access the platform. - In the WatsonX data platform, start a new project (or use a sandbox), give it a name and description, and note the generated project ID. - provision a free Watson Machine Learning service instance from the catalog, select the Lite plan, agree to the license, and create it. - Generate an API key for Watson Machine Learning under “Manage Access → API keys” and save the key for tutorial use. - Associate the new Watson Machine Learning service with your WatsonX project via Services and Integrations, then copy the project ID for future AI tutorial steps. ## Sections - [00:00:00](https://www.youtube.com/watch?v=3sav6vUG_XQ&t=0s) **Setting Up IBM Cloud Project** - The speaker guides listeners through creating and verifying an IBM Cloud account, then navigating the Data Platform to create a new Watsonx project for tutorial use. - [00:03:11](https://www.youtube.com/watch?v=3sav6vUG_XQ&t=191s) **Setting Up Watsonx API Access** - The speaker walks through creating a Watson Machine Learning API key, copying the project ID, and linking the Watsonx service to the project so it’s ready for future tutorials. ## Full Transcript
0:01Hi everyone! 0:01Today we are going to walk through the steps to get our environment 0:04set up for following our IBM AI tutorials. 0:08Our first step is setting up our IBM cloud account. 0:11Of course, if this is already set up, you can skip this step for the rest of us. 0:15We will head to cloud.ibm.com/login. 0:20Next click to create an account link. 0:26Enter your email and preferred password using the Safe Password guidelines. 0:29Then click next. 0:44Next, we'll wait for verification code 0:46to come through to the email provided. 0:57After we verified, we can enter our first and last name. 1:00Then click next. 1:01Accept the terms and conditions, then click continue to get into our IBM Cloud Account. 1:28The next big step is to create a project in watsonx. 1:31First we'll navigate over to dataplatform.cloud.ibm.com and log in. 1:50Once you've logged in, head over to the hamburger menu 1:54in the upper left corner of the screen and open the navigation menu. 1:58Assuming it isn't already open, 2:01click on the project menu and select View Projects. 2:07You may already have 2:08a sandbox project available, but for the purpose of our tutorials, 2:11we'll create a new project by clicking the new project button 2:14in the right corner above the projects list. 2:19For some tutorials, we may be importing items 2:21and we can follow those instructions separately, but if not, let's continue 2:24with a fresh project. 2:29We can enter the name of our project 2:31and give it a description so we know what we are coming back to. 2:34Then hit create. 2:40It will take a few seconds, 2:42but you should come to a basic dashboard for your project. 2:54Next we can head to 2:55cloud.ibm.com/catalogs/services/watson-machine-learning to set up our watson machine Learning service instance. 3:06We can select the Lite plan as it's free and perfect for our tutorial purposes. 3:12We can then head to the right column and click that we agree to the license agreement and click create. 3:24Next let's go to manage access in Watson Machine Learning. 3:31Select API keys from the left hand menu. 3:36Now create an API key. 3:41Save this API key to use for your tutorials. 4:01Now head back to dataplatform.cloud.ibm.com/wx 4:07And let's select the new project we created earlier. 4:16Select the manage tab 4:19and copy and paste the project ID. 4:22You'll need it for the AI tutorials. 4:25Finally, let's associate the Watson Machine Learning service we created with our project. 4:30Go to Services and Integrations, Also under the manage tab. 4:38Select Associate Service and then select the Watson Machine Learning service we just created to associatewith our project. 4:55And that's it. You now have your watsonx API key and your project ready to use for future tutorials.