Weather Service Project (Part 3): Predicting the Future with AI and OpenWeatherMap

From data collection to dynamic dashboards, now it’s time to predict! This post explores integrating OpenWeatherMap’s 5-day forecast and building our own 1-day AI prediction model using historical data, all visualized in our interactive frontend.

November 15, 2025 · Datalaria

Weather Service Project (Part 1): Building the Data Collector with Python and GitHub Actions or Netlify

We kick off our weather project by building the engine: a Python script that talks to an API, saves historical data, and runs daily thanks to GitHub Actions. I’ll share the tricks and challenges!

October 31, 2025 · Datalaria