
О приложении Minder
About Minder
À propos de Minder
Acerca de Minder
Über Minder
Minderについて
关于Minder
Архитектура системы
System Architecture
Architecture du système
Arquitectura del sistema
Systemarchitektur
システムアーキテクチャ
系统架构
graph TD
A[User Audio Input]
B[Speech-to-Text (Whisper)]
C[Emotion Detection (GPT)]
D[Language Detection (langdetect)]
E[Keyword Matching with Emotion Dictionary]
F[User Validation]
G[Meditation Text Generation]
H[Text-to-Speech (ElevenLabs)]
I[Guided Meditation Audio]
A --> B --> C --> F
A --> D --> C
C --> E
F --> G --> H --> I