├── 01_generate_data.py # 合成数据集生成器 ├── 02_train.py # 模型训练脚本 ├── 03_evaluate.py # 评估脚本(混淆矩阵、分类报告) ├── 04_demo.py # Streamlit 交互式演示系统 ├── requirements.txt # 依赖包列表 ├── README.md # 本文件 └── output/ ├── ...
Patches to train RVC v2 voice models for free on modern Google Colab (Python 3.12 / numpy 2.x / torch 2.x). Removes fairseq, fixes PyAV+matplotlib breakage. Headless Ollama tunneling tool for running ...