docs(README): Update MODNet-related links and installation instructions
Browse files- Added Spaces link
- Improved the formatting of Repository and SwanLab/MODNet links
- Changed NPM to PNPM in the installation instructions
README.md
CHANGED
|
@@ -12,12 +12,13 @@ pipeline_tag: image-segmentation
|
|
| 12 |
|
| 13 |
> Trimap-Free Portrait Matting in Real Time
|
| 14 |
|
| 15 |
-
- Repository
|
| 16 |
-
- SwanLab/MODNet
|
|
|
|
| 17 |
|
| 18 |
### 📦 Usage with [Transformers.js](https://www.npmjs.com/package/@huggingface/transformers)
|
| 19 |
|
| 20 |
-
First, install the `@huggingface/transformers` library from
|
| 21 |
|
| 22 |
```bash
|
| 23 |
pnpm add @huggingface/transformers
|
|
|
|
| 12 |
|
| 13 |
> Trimap-Free Portrait Matting in Real Time
|
| 14 |
|
| 15 |
+
- **Repository**: <https://huggingface.co/wuchendi/MODNet>
|
| 16 |
+
- **SwanLab/MODNet**: <https://swanlab.cn/@wudi/MODNet/overview>
|
| 17 |
+
- **Spaces**: <https://huggingface.co/spaces/wuchendi/MODNet>
|
| 18 |
|
| 19 |
### 📦 Usage with [Transformers.js](https://www.npmjs.com/package/@huggingface/transformers)
|
| 20 |
|
| 21 |
+
First, install the `@huggingface/transformers` library from PNPM:
|
| 22 |
|
| 23 |
```bash
|
| 24 |
pnpm add @huggingface/transformers
|