EngEmmanuel commited on
Commit
b535fa2
·
verified ·
1 Parent(s): f4cfb8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -1,19 +1,23 @@
1
  ---
2
  library_name: pytorch
3
  tags:
4
- - video-generation
5
- - flow-matching
6
- - echocardiography
7
- - medical-imaging
8
- pipeline_tag: other
9
  ---
10
 
11
  # EchoLVFM — Weights
12
 
13
  One-step latent video flow matching for echocardiogram synthesis.
14
 
15
- - Paper: [arXiv:2603.13967](https://arxiv.org/abs/2603.13967)
16
- - Code: https://github.com/EngEmmanuel/EchoLVFM
 
 
 
 
17
 
18
  This repo holds **weights only**. The training + inference code lives in the
19
  `EchoLVFM` code repository. You need both to run the model.
@@ -68,8 +72,8 @@ If you use EchoLVFM, please cite the paper:
68
  ```bibtex
69
  @article{echolvfm2026,
70
  title = {EchoLVFM: One-Step Video Generation via Latent Flow Matching for Echocardiogram Synthesis},
71
- author = {Oladokun, Emmanuel and others},
72
  journal = {arXiv preprint arXiv:2603.13967},
73
  year = {2026}
74
  }
75
- ```
 
1
  ---
2
  library_name: pytorch
3
  tags:
4
+ - video-generation
5
+ - one-step
6
+ - flow-matching
7
+ - echocardiography
8
+ - medical-imaging
9
  ---
10
 
11
  # EchoLVFM — Weights
12
 
13
  One-step latent video flow matching for echocardiogram synthesis.
14
 
15
+ ### Paper
16
+ [![arXiv](https://img.shields.io/badge/arXiv-2603.13967-b31b1b.svg)](https://arxiv.org/abs/2603.13967)
17
+ [![Hugging Face Paper](https://img.shields.io/badge/🤗%20Hugging%20Face-Paper-yellow)](https://huggingface.co/papers/2603.13967)
18
+
19
+ ### Code
20
+ [![GitHub](https://img.shields.io/badge/GitHub-Code-black?logo=github)](https://github.com/EngEmmanuel/EchoLVFM)
21
 
22
  This repo holds **weights only**. The training + inference code lives in the
23
  `EchoLVFM` code repository. You need both to run the model.
 
72
  ```bibtex
73
  @article{echolvfm2026,
74
  title = {EchoLVFM: One-Step Video Generation via Latent Flow Matching for Echocardiogram Synthesis},
75
+ author = {Oladokun, Emmanuel and Thomas, Sarina and Šprem, Jurica and Grau, Vicente},
76
  journal = {arXiv preprint arXiv:2603.13967},
77
  year = {2026}
78
  }
79
+ ```