Python-based meditation app powered by LLM for content and text-to-speech output
Instead of a pre-recorded guided meditation, you can create your own custom one and adapt it in real-time. It is interactive, so the AI gives you a scene and choices and you pick an option, like a text-based adventure video game.
To keep your journey and what your share private, configure the app to use a local LLM like Ollama. See OpenAI-related options here.
- When using
pyttsx3the voice is poor quality. - When using Kokoro like in this demo it can be so slow it is usuable (depending on your machine specs).
- Or use an API service, but that requires signup and subscription costs.
- The input is text and ideally it can listen to your voice.
- Python
- Poetry
- make (on Linux or macOS)
- Ollama
make installmake run-llamaWith enhanced audio:
make run-llama-kokoroTo disable text-to-speech while keeping text output:
make run-llama-silentReleased under MIT by @MichaelCurrin.