In this project, I developed an AI agent that automatically analyzes events from the NRW region and filters them according to personal criteria. The goal was to filter out only those events that are truly relevant – based on an individually defined prompt.
This image shows the list of over 350 events taking place on a single day in Düsseldorf. Across all of NRW, there are several thousand events in one day.


To find out whether an event matches my preferences, I have to read the description more closely.

In the future, my agent can analyze event titles and descriptions based on a prompt and suggest suitable events to me. For this, the data is passed locally to a private instance of Ollama with the Mistral model for further processing – completely without external services.

Analysis Result
My application exclusively considers cities in NRW that can be reached by car from Düsseldorf within an hour.

….

Project Structure
The project was purely a personal experiment. The underlying code remains private. Although scraping and the use of an analysis agent are not explicitly excluded in the terms of service or privacy policy at present, there is no public use.

