Skip to content

Commit d3eabd9

Browse files
committed
Update README
1 parent 7b58b3d commit d3eabd9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,23 @@ on multiple datasets, including [ACDC](https://www.creatis.insa-lyon.fr/Challeng
2525
[Rescan](https://www.ahajournals.org/doi/full/10.1161/CIRCIMAGING.119.009214), and
2626
[Landmark](https://pubs.rsna.org/doi/10.1148/ryai.2021200197), etc.
2727

28+
Check the [demos](https://huggingface.co/spaces/mathpluscode/CineMA) on Hugging Face to see example inferences!
29+
2830
## Usage
2931

3032
### Installation
3133

3234
You can install the package inside a [Conda](https://github.com/conda-forge/miniforge) environment using following
3335
commands
3436

37+
You can install with `pip` directly (dependencies are not installed)
38+
39+
```bash
40+
pip install git+https://github.com/mathpluscode/CineMA
41+
```
42+
43+
or you can download the source code to install (dependencies except Pytorch are installed)
44+
3545
```bash
3646
git clone https://github.com/mathpluscode/CineMA.git
3747
cd CineMA
@@ -44,8 +54,8 @@ pip install -e .
4454

4555
### Use fine-tuned models
4656

47-
The fine-tuned models have been released at https://huggingface.co/mathpluscode/CineMA. Example inference scripts are
48-
available to test these models.
57+
The fine-tuned models have been released at [HuggingFace](https://huggingface.co/mathpluscode/CineMA). Example inference
58+
scripts are available to test these models.
4959

5060
```bash
5161
python examples/inference/segmentation_sax.py

0 commit comments

Comments
 (0)