Blog
Writing & thinking
Technical deep-dives on architecture, ML, open source, and building in the open.
How to Implement UNet in PyTorch for Image Segmentation from Scratch?
Learn how to implement the UNet architecture for image segmentation from scratch using PyTorch. This tutorial covers the step-by-step process of building the model, including its architecture and necessary functions, to perform image segmentation tasks in PyTorch.
April 11, 2023·6 min readpytorchunetcomputer-vision
What is Event-Driven Architecture? Everything You Need To Know
Event-Driven Architecture (EDA) is a software architecture based on a pub/sub model where an event is produced by the producer, stored on the queue and consumed by the consumers as an event stream.
October 16, 2022·7 min readevent driven arcitectureevent-processingproducer