This repository contains the code for the machine learning algorithms we have implemented in VtubersTV.
We ask that you use our pre-made scripts to install the necessary dependencies for this repository.
.\scripts\venv.bat
./scripts/venv.sh
To use this repository, you must first install the necessary dependencies. After that, you can run the following command to start the machine learning algorithms.
cd <ml-algorithm>
python main.py
If you would like to contribute to this repository, please read our CONTRIBUTING.md file.
This repository is licensed under the Creative Commons Zero v1.0 Universal license. For more information, please read our LICENSE file.