Getting started with Starwhale Server
Install Starwhale Serverâ
To install Starwhale Server, see the installation guide.
Create your first projectâ
Login to the serverâ
Open your browser and enter your server's URL in the address bar. Login with your username(starwhale) and password(abcd1234).
Create a new projectâ
Build the dataset, model, and runtime on your local machineâ
Follow step 1 to step 4 in Getting started with Starwhale Standalone to create:
- a Starwhale model named mnist
- a Starwhale dataset named mnist
- a Starwhale runtime named pytorch
Copy the dataset, the model, and the runtime to the serverâ
swcli instance login --username <your username> --password <your password> --alias server <Your Server URL>
swcli model copy mnist server/project/demo
swcli dataset copy mnist server/project/demo
swcli runtime copy pytorch server/project/demo
Use the Web UI to run an evaluationâ
Navigate to the "demo" project in your browser and create a new one.
Congratulations! You have completed the Starwhale Server Getting Started Guide.