Gemma Planner is a local, privacy-focused AI assistant that lets you schedule calendar events using your voice. It leverages:
No cloud APIs required—everything runs on your machine.
git clone https://github.com/Nesqyk/gemma-planner.git
cd gemma-planner
pip install -r requirements.txt
sudo apt install ffmpegpython main.py
.ics calendar file and opens it for you.Say "exit" or "quit" to stop the assistant.
User (voice)
↓
[voice_engine.py] ←→ [main.py] ←→ [calendar_tool.py]
↓ | | |
pyttsx3 (TTS) | | |-- ics (calendar)
Whisper (STT) | |-- HuggingFace Transformers (Gemma LLM)
.ics files.Local-first, private, and extensible.
Python
100.0%
Gemma Planner is a local, privacy-focused AI assistant that lets you schedule calendar events using your voice. It leverages:
No cloud APIs required—everything runs on your machine.
git clone https://github.com/Nesqyk/gemma-planner.git
cd gemma-planner
pip install -r requirements.txt
sudo apt install ffmpegpython main.py
.ics calendar file and opens it for you.Say "exit" or "quit" to stop the assistant.
User (voice)
↓
[voice_engine.py] ←→ [main.py] ←→ [calendar_tool.py]
↓ | | |
pyttsx3 (TTS) | | |-- ics (calendar)
Whisper (STT) | |-- HuggingFace Transformers (Gemma LLM)
.ics files.Local-first, private, and extensible.
Python
100.0%