Tag: python
All the articles with the tag "python".
-
Deepy — A local voice assistant for Windows, wired into the Claude Code CLI
How a hotkey-triggered voice assistant transcribes locally with Whisper, reasons through the Claude Code CLI with a local Ollama fallback, and talks back with Piper TTS — with almost nothing leaving the machine.
-
Building a WhatsApp AI Agent — FastAPI, Evolution API, and a multi-model OpenAI pipeline
Architecture and engineering decisions behind a WhatsApp group bot that uses GPT-4.1, Whisper, and a Redis message buffer to log gym workouts with personality.
-
BOA Forecaster — Multi-model time-series forecasting with Bayesian Optimisation
A pluggable Python framework for forecasting at scale: SARIMA, tree-based ML, deep learning, and weighted ensembles, all tuned with Optuna.