Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdekoeijer authored Oct 6, 2024
1 parent c1e4626 commit fafd1e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ The primary use-case for the library is to support machine learning tasks, which
- The segmenter is implemented in both TensorFlow and PyTorch to support multiple machine learning tasks. We also provide a C++ implementation that is identical to the pytorch and tensorflow ones that eases model deployemnet.

## Installation
Simply install from PyPi:
```bash
python3 -m pip install libsegmenter
```
Or build from source
```bash
python3 -m pip install .
```

## Use
### Example
Expand Down

0 comments on commit fafd1e3

Please sign in to comment.