
ClaimFarm
Smallholder farmers miss crop-insurance payouts because filing a claim usually means paperwork, an adjuster visit, and a form in a language they may not read. ClaimFarm turns a single Telegram photo into a filed claim in about a minute. A vision model reads the crop and the damage, thirty days of weather at the photo's location back it up, and the farmer gets a confirmation in their own language. I built all of it: the agent, the FastAPI backend, and a six-signal fraud check that cross-references EXIF, GPS, capture time, and near-duplicate images before anything is approved. It ran end to end for the Global AI Hackathon with Qwen Cloud, with 20 of 20 integration tests passing.
Stack Python, FastAPI, Qwen-VL-Max, embeddings, Alibaba Cloud DashVector and Function Compute.


