// mlops · monitoring
MLOps Monitoring Dashboard
A complete ML monitoring pipeline: a scikit-learn model (random forest on the Iris dataset) is served through a REST API, every prediction request is logged to a SQLite database, and a live Streamlit dashboard visualises the traffic. Packaged in Docker.
Eine komplette ML-Monitoring-Pipeline: Ein scikit-learn-Modell (Random Forest auf dem Iris-Datensatz) wird über eine REST-API bereitgestellt, jede Anfrage wird in einer SQLite-Datenbank protokolliert, und ein Streamlit-Dashboard zeigt die Daten live an. Verpackt in Docker.
// ml · experiment tracking
ML Flow Demo Pipeline
A sentiment classification pipeline that cleans data, trains a model and tracks every run with MLflow: accuracy, hyperparameters and timestamps, so experiments can be compared and reproduced.
Eine Pipeline zur Sentiment-Klassifikation, die Daten bereinigt, ein Modell trainiert und jeden Durchlauf mit MLflow protokolliert: Genauigkeit, Hyperparameter und Zeitstempel, damit sich Experimente vergleichen und reproduzieren lassen.
// api · nlp
News Sentiment API
A REST API that predicts the sentiment of news headlines. A logistic regression model, trained on labelled financial news headlines, is exposed through FastAPI.
Eine REST-API, die die Stimmung von Nachrichtenschlagzeilen vorhersagt. Ein Logistic-Regression-Modell, trainiert auf beschrifteten Finanznachrichten, wird über FastAPI bereitgestellt.
// networking · home lab
Pi-hole
I run a Pi-hole on a Raspberry Pi Zero on my own network, blocking ads and trackers at DNS level for every device. Setting it up taught me how DNS resolution, blocklists and local network configuration actually work in practice.
Ich betreibe einen Pi-hole auf einem Raspberry Pi Zero in meinem eigenen Netzwerk, der Werbung und Tracker auf DNS-Ebene für alle Geräte blockiert. Beim Einrichten habe ich gelernt, wie DNS-Auflösung, Blocklisten und lokale Netzwerkkonfiguration in der Praxis funktionieren.
// embedded · hardware
ESP32 & Embedded
Hands-on experiments with ESP32 microcontrollers and sensors on breadboards, including an ultrasonic distance sensor that reads live measurements over serial.
Praktische Experimente mit ESP32-Mikrocontrollern und Sensoren auf Breadboards, darunter ein Ultraschall-Abstandssensor, der Messwerte live über die serielle Schnittstelle ausgibt.
// c · command line
Small C projectsKleine C-Projekte
Command-line programs written in C to practise the language: a hangman game and a password generator.
Kommandozeilenprogramme in C zum Üben der Sprache: ein Hangman-Spiel und ein Passwortgenerator.