{"id":19902108,"url":"https://github.com/blaisewf/rvc-cli","last_synced_at":"2025-04-12T09:36:23.425Z","repository":{"id":211803438,"uuid":"729953038","full_name":"blaisewf/rvc-cli","owner":"blaisewf","description":"🚀 RVC + UVR = A perfect set of tools for voice cloning, easily and free!","archived":false,"fork":false,"pushed_at":"2024-08-02T22:30:29.000Z","size":1280,"stargazers_count":99,"open_issues_count":0,"forks_count":30,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-10T21:53:37.866Z","etag":null,"topics":["ai","api","cli","deep-learning","pytorch","rvc","vc","vits","voice","voice-conversion","voiceconversion"],"latest_commit_sha":null,"homepage":"https://rvc-cli.pages.dev/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blaisewf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"iahispano","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-12-10T21:09:41.000Z","updated_at":"2024-08-21T23:19:32.947Z","dependencies_parsed_at":"2024-01-23T09:59:43.882Z","dependency_job_id":"5c0f2952-9ff0-4c26-8c87-a312c9907424","html_url":"https://github.com/blaisewf/rvc-cli","commit_stats":null,"previous_names":["blaise-tk/rvc_cli","blaisewf/rvc_cli","blaisewf/rvc-cli"],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blaisewf%2Frvc-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blaisewf%2Frvc-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blaisewf%2Frvc-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blaisewf%2Frvc-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blaisewf","download_url":"https://codeload.github.com/blaisewf/rvc-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248546961,"owners_count":21122417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","api","cli","deep-learning","pytorch","rvc","vc","vits","voice","voice-conversion","voiceconversion"],"created_at":"2024-11-12T20:17:10.353Z","updated_at":"2025-04-12T09:36:23.401Z","avatar_url":"https://github.com/blaisewf.png","language":"Python","funding_links":["https://ko-fi.com/iahispano"],"categories":[],"sub_categories":[],"readme":"## 🚀 RVC + UVR = A perfect set of tools for voice cloning, easily and free!\n\n[![Open In Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio_NoUI.ipynb)\n\n\u003e [!NOTE]  \n\u003e Issues are not handled in this repository due to time constraints. For questions or discussions, feel free to join [AI Hispano on Discord](https://discord.gg/iahispano). If you're experiencing a technical issue, please report it on [Applio's Issues page](https://github.com/IAHispano/Applio/issues) and specify that the problem occurs via CLI.\n\n### Installation\n\nEnsure that you have the necessary Python packages installed by following these steps (Python 3.9 is recommended):\n\n#### Windows\n\nExecute the [install.bat](./install.bat) file to activate a Conda environment. Afterward, launch the application using `env/python.exe rvc_cli.py` instead of the conventional `python rvc_cli.py` command.\n\n#### Linux\n\n```bash\nchmod +x install.sh\n./install.sh\n```\n\n### Getting Started\n\nFor detailed information and command-line options, refer to the help command:\n\n```bash\npython rvc_cli.py -h\npython uvr_cli.py -h\n```\n\nThis command provides a clear overview of the available modes and their corresponding parameters, facilitating effective utilization of the RVC CLI, but if you need more information, you can check the [documentation](https://rvc-cli.pages.dev/).\n\n### References\n\nThe RVC CLI builds upon the foundations of the following projects:\n\n- **Vocoders:**\n\n  - [HiFi-GAN](https://github.com/jik876/hifi-gan) by jik876\n  - [Vocos](https://github.com/gemelo-ai/vocos) by gemelo-ai\n  - [BigVGAN](https://github.com/NVIDIA/BigVGAN) by NVIDIA\n  - [BigVSAN](https://github.com/sony/bigvsan) by sony\n  - [vocoders](https://github.com/reppy4620/vocoders) by reppy4620\n  - [vocoder](https://github.com/fishaudio/vocoder) by fishaudio\n\n- **VC Clients:**\n\n  - [Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI) by RVC-Project\n  - [So-Vits-SVC](https://github.com/svc-develop-team/so-vits-svc) by svc-develop-team\n  - [Mangio-RVC-Fork](https://github.com/Mangio621/Mangio-RVC-Fork) by Mangio621\n  - [VITS](https://github.com/jaywalnut310/vits) by jaywalnut310\n  - [Harmonify](https://huggingface.co/Eempostor/Harmonify) by Eempostor\n  - [rvc-trainer](https://github.com/thepowerfuldeez/rvc-trainer) by thepowerfuldeez\n\n- **Pitch Extractors:**\n\n  - [RMVPE](https://github.com/Dream-High/RMVPE) by Dream-High\n  - [torchfcpe](https://github.com/CNChTu/FCPE) by CNChTu\n  - [torchcrepe](https://github.com/maxrmorrison/torchcrepe) by maxrmorrison\n  - [anyf0](https://github.com/SoulMelody/anyf0) by SoulMelody\n\n- **Other:**\n  - [FAIRSEQ](https://github.com/facebookresearch/fairseq) by facebookresearch\n  - [FAISS](https://github.com/facebookresearch/faiss) by facebookresearch\n  - [ContentVec](https://github.com/auspicious3000/contentvec/) by auspicious3000\n  - [audio-slicer](https://github.com/openvpi/audio-slicer) by openvpi\n  - [python-audio-separator](https://github.com/karaokenerds/python-audio-separator) by karaokenerds\n  - [ultimatevocalremovergui](https://github.com/Anjok07/ultimatevocalremovergui) by Anjok07\n\nWe acknowledge and appreciate the contributions of the respective authors and communities involved in these projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblaisewf%2Frvc-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblaisewf%2Frvc-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblaisewf%2Frvc-cli/lists"}