https://github.com/openvoiceos/ovos-translate-server-plugin
https://github.com/openvoiceos/ovos-translate-server-plugin
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openvoiceos/ovos-translate-server-plugin
- Owner: OpenVoiceOS
- License: apache-2.0
- Created: 2023-08-21T23:45:54.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2025-06-08T03:05:38.000Z (about 1 year ago)
- Last Synced: 2025-06-08T04:29:19.402Z (about 1 year ago)
- Language: Python
- Size: 41 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Language Plugin for [ovos translate server](https://github.com/OpenVoiceOS/ovos-translate-server)
## Usage
### OVOS
The plugin is used in a wider context to translate utterances/texts on demand (e.g. from [solvers](https://openvoiceos.github.io/ovos-technical-manual/solvers/) and [ovos-bidirectional-translation-plugin](https://github.com/OpenVoiceOS/ovos-bidirectional-translation-plugin))
add this to one of the configuration files (eg `~./config/mycroft/mycroft.conf`)
```javascript
"language": {
"detection_module": "ovos-lang-detector-plugin-server",
"translation_module": "ovos-translate-plugin-server",
"ovos-lang-detector-plugin-server": {
"host": "http://24.199.127.142:9686"
},
"ovos-translate-plugin-server": {
"host": "http://24.199.127.142:9686"
}
}
```