Thursday, September 3, 2020

IBM Watson New project or upload python script

IBM Watson new project 

open  https://cloud.ibm.com/

then from navigator select Watson 


then services 



open Watson Studio 



select your service plan and we will use free service for now


and create it as a first step and for your info service create for free once if u will create again needs upgrade your account


next page click on get started and the previous step u will create it Once

create New Project 

- by click on new Project or there is a recent projects you can find it in Overview 



create Empty Project and storgare selection is disable because we are already select in the beginning the free service  so its default selected 




then project name 



then select add to prject and the tab of asset will be for data files



asset tab


after add to project click select the note book




then create the note book 

add name testx2 then create


or you can select already created python note book file 




now write your python code ;) 




No comments:

Post a Comment

SQL Query to Convert number into Words for Money

SELECT INITCAP ( DECODE ( FLOOR (TO_NUMBER ( :amount)), 0, '', TO_CHAR (TO_DATE...