Hello everyone! 👋
I run a small set of containers on my NAS at Home to monitor different weather and run automations. Because of this I wanted to install Redis on my NAS as well.
Hello everyone! 👋
I’ve recently installed Fedora on my main PC and I wanted to write this post to serve me as a memo on how to install the HP LaserJet 107 printer driver.
Hello everyone 👋,
In this article, we’ll instrument a simple Node.js API with OpenTelemetry traces.
OpenTelemetry is the new standard for distributed tracing and metrics. Trace data is used to monitor and troubleshoot complex distributed systems.
Hello everyone! 👋
This is a follow-up post to the previous one, long story short I started taking the course from fast.ai to learn more about Deep Learning. I’ve built a simple Image Tagging model using the Resnet architecture (don’t worry about the paper I did not read it, GitHub Copilot suggested it while writing this blog post).
Hello everyone 👋,
I’ve been playing with FastAI and deep learning for a week or so and I’ve decided to combine my passion for software with my passion for photography. I’m working on an app or maybe a library that allows you to generate tags for a photo. For an amateur photographer like me it’s quite useful as I don’t always have inspiration to write tags for my photos and sometimes the tags I write are inconsistent.
Hello everyone 👋,
In this quick post I’ll show you how to deploy a FastAI model using FastAPI.
It’s a follow-up to my previous post from here and it is partially based on this FastAI lecture: