RMVPE / README.md
juhayna's picture
Upload folder using huggingface_hub
6a5a631 verified
---
license: mit
tags:
- music
- mir
- pitch-estimation
- mirbox
library_name: mirbox
---
# RMVPE
Robust model for vocal pitch estimation.
## Usage
```python
from mirbox.pitch import RMVPE
model = RMVPE(device="cuda")
result = model("input.wav")
print(result["f0"])
```
## Files
- `model.pt` — Model weights