<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic DAIS Virtual Challenge 2026: Weather-Aware Event Recommendation &amp;amp; Safety Advisory using Databricks in Community Articles</title>
    <link>https://community.databricks.com/t5/community-articles/dais-virtual-challenge-2026-weather-aware-event-recommendation/m-p/157994#M1215</link>
    <description>&lt;P&gt;I'm exploring an idea that combines &lt;STRONG&gt;event discovery, weather intelligence, and safety awareness&lt;/STRONG&gt; into a single AI-powered experience built on Databricks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When people travel or plan activities, they often face three common challenges:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Activities are not always weather-suitable: eg hiking during heavy rain periods&lt;/LI&gt;&lt;LI&gt;Event information is difficult to discover due to printed brochures. As a result low attendance rate.&lt;/LI&gt;&lt;LI&gt;Safety advisories are often unstructured eg: avoid waterfall visits during rainy season.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These messages are rarely centralized and are difficult for visitors to discover.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Proposed Solution&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Build a Databricks-powered application that recommends activities based on:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Destination country/location&lt;/LI&gt;&lt;LI&gt;Visiting date&lt;/LI&gt;&lt;LI&gt;Weather forecast&lt;/LI&gt;&lt;LI&gt;Event availability&lt;/LI&gt;&lt;LI&gt;Safety advisories&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The system can provide recommendations such as:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Outdoor activities when weather is favorable&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; Alternative indoor activities during poor weather&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":prohibited:"&gt;🚫&lt;/span&gt; Safety warnings for activities that may pose risks under certain conditions&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Technical Approach&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Using Databricks as the unified platform:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Data Sources&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Structured Data&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Event catalog&lt;/LI&gt;&lt;LI&gt;Event schedules&lt;/LI&gt;&lt;LI&gt;Location information&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Semi-Structured Data&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Weather forecast APIs&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Unstructured Data&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Tourism brochures&lt;/LI&gt;&lt;LI&gt;Activity descriptions&lt;/LI&gt;&lt;LI&gt;Safety notices&lt;/LI&gt;&lt;LI&gt;Travel advisories&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;AI Agents&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Event Recommendation Agent (used gpt-4 model)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Uses weather forecasts&lt;/LI&gt;&lt;LI&gt;Retrieves events and activities (applied rag with FAISS vector store + conversational memory to understand the unstructured data content)&lt;/LI&gt;&lt;LI&gt;Considers safety advisories&lt;/LI&gt;&lt;LI&gt;Produces weather-aware recommendations&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Poster Generation Agent (used gpt-image-1 model)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Creates marketing posters&lt;/LI&gt;&lt;LI&gt;Generates event promotion content&lt;/LI&gt;&lt;LI&gt;Improves visibility for local activities&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Databricks Components&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Lakehouse architecture for unified data storage&lt;/LI&gt;&lt;LI&gt;Databricks Apps for web and chat interfaces&lt;/LI&gt;&lt;LI&gt;Databricks Volumes for brochure and document storage&lt;/LI&gt;&lt;LI&gt;Open LLMs hosted within Databricks&lt;/LI&gt;&lt;LI&gt;API integrations for weather forecasts&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Example User Experience&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;User Prompt&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;"I'm visiting Japan in November with my family. What activities do you recommend?"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;AI Response&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;Recommended seasonal events&lt;/LI&gt;&lt;LI&gt;Weather outlook&lt;/LI&gt;&lt;LI&gt;Outdoor suitability score&lt;/LI&gt;&lt;LI&gt;Indoor alternatives&lt;/LI&gt;&lt;LI&gt;Safety advisories&lt;/LI&gt;&lt;LI&gt;Suggested itinerary&lt;/LI&gt;&lt;LI&gt;Poster with associated detail for marketing posting&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to hearing your thoughts and suggestions.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cielle_stcl_0-1780239848008.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/27420i66243920A55ED102/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cielle_stcl_0-1780239848008.png" alt="cielle_stcl_0-1780239848008.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Demo:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1WgeniL7t7ThJ0BF2s3NYP9MxQEUEK81v/view?usp=drive_link" target="_self"&gt;demo&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 31 May 2026 15:05:59 GMT</pubDate>
    <dc:creator>cielle_stcl</dc:creator>
    <dc:date>2026-05-31T15:05:59Z</dc:date>
    <item>
      <title>DAIS Virtual Challenge 2026: Weather-Aware Event Recommendation &amp; Safety Advisory using Databricks</title>
      <link>https://community.databricks.com/t5/community-articles/dais-virtual-challenge-2026-weather-aware-event-recommendation/m-p/157994#M1215</link>
      <description>&lt;P&gt;I'm exploring an idea that combines &lt;STRONG&gt;event discovery, weather intelligence, and safety awareness&lt;/STRONG&gt; into a single AI-powered experience built on Databricks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When people travel or plan activities, they often face three common challenges:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Activities are not always weather-suitable: eg hiking during heavy rain periods&lt;/LI&gt;&lt;LI&gt;Event information is difficult to discover due to printed brochures. As a result low attendance rate.&lt;/LI&gt;&lt;LI&gt;Safety advisories are often unstructured eg: avoid waterfall visits during rainy season.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These messages are rarely centralized and are difficult for visitors to discover.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Proposed Solution&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Build a Databricks-powered application that recommends activities based on:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Destination country/location&lt;/LI&gt;&lt;LI&gt;Visiting date&lt;/LI&gt;&lt;LI&gt;Weather forecast&lt;/LI&gt;&lt;LI&gt;Event availability&lt;/LI&gt;&lt;LI&gt;Safety advisories&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The system can provide recommendations such as:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Outdoor activities when weather is favorable&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; Alternative indoor activities during poor weather&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":prohibited:"&gt;🚫&lt;/span&gt; Safety warnings for activities that may pose risks under certain conditions&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Technical Approach&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Using Databricks as the unified platform:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Data Sources&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Structured Data&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Event catalog&lt;/LI&gt;&lt;LI&gt;Event schedules&lt;/LI&gt;&lt;LI&gt;Location information&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Semi-Structured Data&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Weather forecast APIs&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Unstructured Data&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Tourism brochures&lt;/LI&gt;&lt;LI&gt;Activity descriptions&lt;/LI&gt;&lt;LI&gt;Safety notices&lt;/LI&gt;&lt;LI&gt;Travel advisories&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;AI Agents&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Event Recommendation Agent (used gpt-4 model)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Uses weather forecasts&lt;/LI&gt;&lt;LI&gt;Retrieves events and activities (applied rag with FAISS vector store + conversational memory to understand the unstructured data content)&lt;/LI&gt;&lt;LI&gt;Considers safety advisories&lt;/LI&gt;&lt;LI&gt;Produces weather-aware recommendations&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Poster Generation Agent (used gpt-image-1 model)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Creates marketing posters&lt;/LI&gt;&lt;LI&gt;Generates event promotion content&lt;/LI&gt;&lt;LI&gt;Improves visibility for local activities&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Databricks Components&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Lakehouse architecture for unified data storage&lt;/LI&gt;&lt;LI&gt;Databricks Apps for web and chat interfaces&lt;/LI&gt;&lt;LI&gt;Databricks Volumes for brochure and document storage&lt;/LI&gt;&lt;LI&gt;Open LLMs hosted within Databricks&lt;/LI&gt;&lt;LI&gt;API integrations for weather forecasts&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Example User Experience&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;User Prompt&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;"I'm visiting Japan in November with my family. What activities do you recommend?"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;AI Response&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;Recommended seasonal events&lt;/LI&gt;&lt;LI&gt;Weather outlook&lt;/LI&gt;&lt;LI&gt;Outdoor suitability score&lt;/LI&gt;&lt;LI&gt;Indoor alternatives&lt;/LI&gt;&lt;LI&gt;Safety advisories&lt;/LI&gt;&lt;LI&gt;Suggested itinerary&lt;/LI&gt;&lt;LI&gt;Poster with associated detail for marketing posting&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to hearing your thoughts and suggestions.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cielle_stcl_0-1780239848008.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/27420i66243920A55ED102/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cielle_stcl_0-1780239848008.png" alt="cielle_stcl_0-1780239848008.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Demo:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1WgeniL7t7ThJ0BF2s3NYP9MxQEUEK81v/view?usp=drive_link" target="_self"&gt;demo&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2026 15:05:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/dais-virtual-challenge-2026-weather-aware-event-recommendation/m-p/157994#M1215</guid>
      <dc:creator>cielle_stcl</dc:creator>
      <dc:date>2026-05-31T15:05:59Z</dc:date>
    </item>
  </channel>
</rss>

