Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -97,5 +97,13 @@ print(f"Predicted ages: {[f'{age:.1f}' for age in results]} years")
|
|
97 |
## Citation
|
98 |
If you use this model in your research, please cite:
|
99 |
```bibtex
|
100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
```
|
|
|
97 |
## Citation
|
98 |
If you use this model in your research, please cite:
|
99 |
```bibtex
|
100 |
+
@misc{koushnir2025vanpyvoiceanalysisframework,
|
101 |
+
title={VANPY: Voice Analysis Framework},
|
102 |
+
author={Gregory Koushnir and Michael Fire and Galit Fuhrmann Alpert and Dima Kagan},
|
103 |
+
year={2025},
|
104 |
+
eprint={2502.17579},
|
105 |
+
archivePrefix={arXiv},
|
106 |
+
primaryClass={cs.SD},
|
107 |
+
url={https://arxiv.org/abs/2502.17579},
|
108 |
+
}
|
109 |
```
|