Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -67,5 +67,13 @@ print(f"Predicted heights: {[f'{h:.1f}' for h in results]} cm")
|
|
67 |
## Citation
|
68 |
If you use this model in your research, please cite:
|
69 |
```bibtex
|
70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
```
|
|
|
67 |
## Citation
|
68 |
If you use this model in your research, please cite:
|
69 |
```bibtex
|
70 |
+
@misc{koushnir2025vanpyvoiceanalysisframework,
|
71 |
+
title={VANPY: Voice Analysis Framework},
|
72 |
+
author={Gregory Koushnir and Michael Fire and Galit Fuhrmann Alpert and Dima Kagan},
|
73 |
+
year={2025},
|
74 |
+
eprint={2502.17579},
|
75 |
+
archivePrefix={arXiv},
|
76 |
+
primaryClass={cs.SD},
|
77 |
+
url={https://arxiv.org/abs/2502.17579},
|
78 |
+
}
|
79 |
```
|