griko commited on
Commit
25f3e5a
·
verified ·
1 Parent(s): e36bd0b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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
- TBD
 
 
 
 
 
 
 
 
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
  ```