See llms.txt for all machine-readable content.
This workflow exposes a webhook that queries PM10 air pollution data from a MotherDuck database, sends the results to a local Ollama (qwen2.5:3b) model for analysis, and returns an HTML report showing the top polluted Seoul districts and the AI-generated findings.
/api/generate endpoint to produce a four-sentence air-quality analysis against the WHO PM10 guideline (50 μg/m³).air_pollution database and referenced tables/columns exist for the provided SQL query.http://ollama:11434 and pull the qwen2.5:3b model (or update the model name and URL in the request)./air-quality endpoint from your browser or monitoring system to render the report.