Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NeonGeckoCom/neon-tts-plugin-glados
https://github.com/NeonGeckoCom/neon-tts-plugin-glados
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/NeonGeckoCom/neon-tts-plugin-glados
- Owner: NeonGeckoCom
- Created: 2022-02-17T07:08:34.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-02T19:39:37.000Z (over 2 years ago)
- Last Synced: 2024-03-15T15:10:38.618Z (9 months ago)
- Language: Python
- Size: 65.4 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ovos-plugins - neon-tts-plugin-glados
README
## Description
OVOS TTS plugin for [GladosTTS](https://github.com/R2D2FISH/glados-tts)
The initial, regular Tacotron model was trained first on LJSpeech, and then on a heavily modified version of the Ellen McClain dataset (all non-Portal 2 voice lines removed, punctuation added).
The Forward Tacotron model was only trained on about 600 voice lines.
The HiFiGAN model was generated through transfer learning from the sample.
All models have been optimized and quantized.## Install
`pip install neon-tts-plugin-glados`
## Configuration
```json
"tts": {
"module": "neon-tts-plugin-glados"
}
```## Docker
A docker container using [ovos-tts-server](https://github.com/OpenVoiceOS/ovos-tts-server) is available
You can build and run it locally
```bash
docker build . -t gladostts
docker run -p 8080:9666 gladostts
```use it `http://localhost:8080/synthesize/hello`
Or use a public instance:
- http://glados.2022.us
- https://glados.jarbasai.online