Home

Beyond ImageNet - Adapting Diffusion Models for Material Synthesis and Discovery

I’ll be honest - when I first pitched using diffusion models for material discovery to my materials science colleagues, they looked at me like I was suggesting we use TikTok algorithms to design spacecraft. But after months of tinkering and some surprisingly good results, even the skeptics are paying attention.

Read more

A Data Ingestion Pipeline to Take in Data from API Source of Simulated Wind Farm to TimescaleDB

I built this wind farm data pipeline as a proof of concept for ingesting sensor data at scale. The setup uses FastAPI, RabbitMQ, and TimescaleDB - all containerized so you can spin it up with one command. Full code is at github.com/daftengineer/data-ingestion Once it is built you can just do docker-compose up --build How It Works The sample...

Read more