Getting Started

How to get started with Modelscope

1

Install ModelScope Library

Install via pip using `pip install modelscope` or `pip install modelscope[science]` for scientific models.

2

Browse and Use Models

Visit https://modelscope.cn to browse models, try online demos, or access cloud notebooks with CPU/GPU support.

3

Configure API Access

Log in to the website, create an access token, and configure it in tools like Cherry Studio with the desired model ID for API usage.

4

Load Model for Inference

Use the `pipeline` function from `modelscope.pipelines` with a model directory or model ID to perform inference.