Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A WebUI to create song covers with any RVC v2 trained AI voice from YouTube videos or audio files.
| Date | Stars |
|---|---|
| 2026-07-24 | 1433 |
| 2026-07-25 | 1433 |
| 2026-07-28 | 1433 |
| 2026-07-30 | 1433 |
| 2026-08-06 | 1433 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# AICoverGen
An autonomous pipeline to create covers with any RVC v2 trained AI voice from YouTube videos or a local audio file. For developers who may want to add a singing functionality into their AI assistant/chatbot/vtuber, or for people who want to hear their favourite characters sing their favourite song.
Showcase: https://www.youtube.com/watch?v=2qZuE4WM7CM
Setup Guide: https://www.youtube.com/watch?v=pdlhk4vVHQk

WebUI is under constant development and testing, but you can try it out right now on both local and colab!
## Table of Contents
- [Changelog](#changelog)
- [Setup](#setup)
- [Install Git and Python](#install-git-and-python)
- [Install ffmpeg and sox](#install-ffmpeg)
- [Clone AICoverGen repository](#clone-aicovergen-repository)
- [Download required models](#download-required-models)
- [Usage with WebUI](#usage-with-webui)
- [Download RVC models via WebUI](#download-rvc-models-via-webui)
- [Upload RVC models via WebUI](#upload-rvc-models-via-webui)
- [Running the pipeline via WebUI](#running-the-pipeline-via-webui)
- [Usage with CLI](#usage-with-cli)
- [Manual Download of RVC models](#manual-download-of-rvc-models)
- [Running the pipeline via CLI](#running-the-pipeline-via-cli)
- [Terms of Use](#terms-of-use)
## Changelog
- WebUI for easier conversions and downloading of voice models
- Support for cover generations from a local audio file
- Option to keep intermediate files generated. e.g. Isolated vocals/instrumentals
- Download suggested public voice models from table with search/tag filters
- Support for Pixeldrain download links for voice models
- Implement new rmvpe pitch extraction technique for faster and higher quality vocal conversions
- Volume control for AI main vocals, backup vocals and instrumentals
- Index Rate for Voice conversion
- Reverb Control for AI main vocals
- Local network sharing option for webui
- Extra RVC options - filter_radius, rms_mix_rate, protect
- Local file upload via file browser option
- Upload of locally trained RVC v2 models via WebUI
- Pitch detection method control, e.g. rmvpe/mangio-crepe
- Pitch change for vocals and instrumentals together. Same effect as changing key of song in Karaoke.
- Audio output format option: wav or mp3.
## Update AICoverGen to latest version
Install and pull any new requirements and changes by opening a command line window in the `AICoverGen` directory and running the following commands.
```
pip install -r requirements.txt
git pull
```
For colab users, simply click `Runtime` in the top navigation bar of the colab notebook and `Disconnect and delete runtime` in the dropdown menu.
Then follow the instructions in the notebook to run the webui.
## Colab notebook
For those without a powerful enough NVIDIA GPU, you may try AICoverGen out using Google Colab.
[](https://colab.research.google.com/github/SociallyIneptWeeb/AICoverGen/blob/main/AICoverGen_colab.ipynb)
For those who face issues with Google Colab notebook disconnecting after a few minutes, here's an alternative that doesn't use the WebUI.
[](https://colab.research.google.com/github/ardha27/AICoverGen-NoUI-Colab/blob/main/CoverGen_No_UI.ipynb)
For those who want to run this locally, follow the setup guide below.
## Setup
### Install Git and Python
Follow the instructions [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) to install Git on your computer. Also follow this [guide](https://realpython.com/installing-python/) to install Python **VERSION 3.9** if you haven't already. Using other versions of Python may result in dependency conflicts.
### Install ffmpeg
Follow the instructions [here](https://www.hostinger.com/tutorials/how-to-install-ffmpeg) to install ffmpeg on your computer.
### Install sox
Follow the instructions [heExcerpt of 12,648 characters
Read on GitHub71
4
Sakib Ahamed · Replicate · United Kingdom
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:8393ad8b775ade6c, topic:webui, readme:chatbot