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