An open API service indexing awesome lists of open source software.

https://github.com/theneodev/python-rvc-cli

A simple, high-quality voice conversion tool.
https://github.com/theneodev/python-rvc-cli

pypi pypi-package rvc rvc-project

Last synced: about 1 year ago
JSON representation

A simple, high-quality voice conversion tool.

Awesome Lists containing this project

README

          

# python rvc cli

---

**A simple, high-quality voice conversion tool.**

---

## how to install

```
pip install rvc-cli
```
## Install needed dependencies

```
pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --upgrade --index-url https://download.pytorch.org/whl/cu121

pip install numpy==1.23.5
```

## usage

```
python rvc-cli -h
```

---

Thanks to [rvc-cli](https://github.com/blaisewf/rvc-cli.git) by [blaisewf](https://github.com/blaisewf) for this project base