Getting started with Starwhale Server
Start Starwhale Serverâ
swcli server start
For detailed informatiuon, 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 helloworld
- a Starwhale dataset named mnist64
- a Starwhale runtime named helloworld
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 helloworld server/project/demo
swcli dataset copy mnist64 server/project/demo
swcli runtime copy helloworld 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.