- Avatar
- Pepper
- Temi
Text to Speech (TTS)
Avatar TTS operates in one of two modes:- Google online services — audio synthesis is performed via Google’s cloud.
- On-device Android tools — synthesis is performed locally.
Speech to Text (STT)
Avatar STT also supports two modes:- Offline — VOSK (alphacephei.com/vosk) — all processing happens on the device.
- Online — Google Cloud Speech — audio is sent to Google’s servers for transcription.
Face Detection and Re-recognition
Avatar performs the following detections entirely on the device:- Face presence
- Estimated gender
- Estimated age
- Mask detection
Chatbot
The Avatar chatbot is an online service. The chatbot endpoint URL is retrieved from the project’s export JSON (currentlyhttps://dev.plural.io/api/chatbot…).No data is retained by the chatbot service.Server Locations
| Environment | Location |
|---|---|
| Plural Development & Staging | Ireland |
| Plural Production | Netherlands |
| SupaBase (Analytics) | Frankfurt am Main, Germany |
Summary
| Feature | Avatar | Pepper | Temi |
|---|---|---|---|
| TTS — on device | Optional | ✅ Always | Optional |
| TTS — online | Optional (Google) | ❌ | Optional (Google) |
| STT — on device | Optional (VOSK) | ✅ First attempt | Optional (VOSK) |
| STT — online | Optional (Google) | Fallback (Aldebaran, France) | Optional (Google) |
| Face detection | On-device | On-device | On-device |
| Data retained after session | ❌ Never | ❌ Never | ❌ Never |
