This TTS service is based on gameTTS by lexkoro and the vits project. This software is a neural network, which is able to imitate voices from well-known computer games, is published under CC-BY-NC 4.0.
lexkoro used audio files embedded into commercial games. He trained a neuronal network out of these files. I'm quite shure, using this network in any kind of commercial environment, is an infringement of copyright.
- git clone https://github.com/hhansen06/gameTTS.git
- cd gameTTS
- docker compose up -d
- goto http://ADDROFSERVER:5000/
- have fun ;)
Build:
- PIP needs ~8gb Ram for download for Torch (AI Learning Framework)