Self-Hosting n8n with a Local LLM: A Daily RSS Digest to Telegram

Running n8n in Portainer and Ollama on macOS to build a fully local AI automation

Post thumbnail
Post thumbnail
I run a small homelab on a Mac mini M4 (Base model) — a privacy-first setup where I try to replace cloud services with self-hosted equivalents I actually control. One of the most useful things I’ve built on it is a daily news digest: every morning it pulls my RSS... [Read More]

Text Explorer App: End-to-End ML for Text Classification

Learn how to preprocess, model, and interpret text data interactively

Post thumbnail
Post thumbnail
Text data surrounds us — from emails and reviews to tweets and articles. The Text ML Explorer App was built to help learners understand how machine learning models can classify text step by step. It’s an interactive Streamlit app that takes you from raw text to predictions, making the workflow... [Read More]

Building an End-to-End Machine Learning App with Streamlit

From raw data to interactive predictions in one seamless workflow

Post thumbnail
Post thumbnail
Over the past few weeks, I’ve been experimenting with Streamlit to build a lightweight, end-to-end machine learning application. The goal was simple: make it easy to explore datasets, run quick EDA, and compare models, all inside a clean web interface. I only wish I had this app during my Northeastern... [Read More]