# data.py # UPDATED KNOWLEDGE BASE: VEDANIX 2K26 # Status: TECH FEST ONLY (No Naadham/Culturals) | FINAL TIMINGS & ROOMS kb = { # --- MASTER EVENT LIST (Catches "what events are there") --- "all_events": { "keywords": ["events", "event", "list", "activities", "show", "what", "tech", "technical"], "response": """ 🚀 **Explore VEDANIX 2K26 Events** **🛠️ Technical Events:** - **Ideathon & Hackathon** (Room 118) - **Project Expo & Tech Quiz** (Room 116) - **Circuit Debugging & ID** (Room 117) - **AR & VR Experience** (Room 115) - **Entrepreneurship** (Room 122) **🎮 Fun & Experience:** - **Gaming Arena** (Room 018) - **Themed Rooms:** Space (114), Snow (019), Horror (022) **🎪 Stalls:** - CSE (015/016), Civil (023), ECE/EEE (024), ME (013) *Tip: Ask about 'Hackathon Rules' or 'Gaming' for more details!* """ }, # --- COMPETITIONS & TECHNICAL --- "hackathon": { "keywords": ["hackathon", "ideathon", "code", "coding", "rules", "118"], "response": """ 💻 **Ideathon & Mini Hackathon** 📍 **Venue:** Room 118 (1st Floor) 🕐 **Time:** 10:15 AM – 2:00 PM **💡 Event 1: Ideathon** *Objective: innovative problem-solving.* - **Format:** Idea presentation only (No coding). - **Rules:** 🚫 **NO Internet access** allowed. - **Judging:** Innovation, Feasibility, Clarity. **🛠️ Event 2: Mini Hackathon** *Objective: Build a working prototype.* - **Format:** Build a basic demo/prototype. - **Rules:** ✅ **Internet & AI Tools** are PERMITTED. - **Requirement:** Must bring your own Laptop. """ }, "project_quiz": { "keywords": ["project", "expo", "exhibition", "model", "quiz", "trivia", "116"], "response": """ 🔬 **Project Expo & Tech Quiz** 📍 **Venue:** Room 116 (1st Floor) **Timings:** - **Project Expo:** 10:30 AM – 12:30 PM - **Tech Quiz:** 11:30 AM – 12:00 PM """ }, "circuit": { "keywords": ["circuit", "debug", "component", "identification", "guess", "output", "117"], "response": """ ⚡ **Circuit & Logic Events** 📍 **Venue:** Room 117 (1st Floor) **Events Here:** - Component Identification - Guess the Output - Circuit Debugging *(Check Venue for individual slot timings)* """ }, "ar_vr": { "keywords": ["ar", "vr", "virtual", "reality", "augmented", "metaverse", "115"], "response": """ 🥽 **AR & VR Experience** 📍 **Venue:** Room 115 (1st Floor) *Experience the future of Virtual and Augmented Reality!* """ }, "entrepreneur": { "keywords": ["entrepreneur", "business", "startup", "founder", "122"], "response": """ 💼 **Entrepreneurship Showcase** 📍 **Venue:** Room 122 (1st Floor) *Exposure of our student entrepreneurs.* """ }, # --- FUN & THEMED ROOMS --- "rooms": { "keywords": ["snow", "horror", "space", "theme", "experience", "019", "022", "114"], "response": """ 🎉 **Themed Experience Rooms:** - 🚀 **Space Room:** Room 114 (1st Floor) - ❄️ **Snow Room:** Room 019 (Ground Floor) - 👻 **Horror Room:** Room 022 (Ground Floor) """ }, "gaming": { "keywords": ["game", "gaming", "esports", "play", "cse", "018"], "response": """ 🎮 **Gaming Arena** 📍 **Venue:** Room 018 (Ground Floor) *Come play Esports titles and other fun games!* """ }, # --- STALLS --- "stalls": { "keywords": ["stall", "shop", "food", "dept", "department", "015", "016", "023", "024", "013"], "response": """ 🎪 **Department Stalls:** - **CSE Stalls:** Room 015 & 016 - **Civil Stall:** Room 023 - **ECE & EEE Stall:** Room 024 - **Mechanical (ME):** Room 013 """ }, # --- MASTER SCHEDULE --- "schedule": { "keywords": ["schedule", "time", "when", "list", "plan", "timeline"], "response": """ 📅 **VEDANIX 2K26 Schedule** **Morning:** - 09:30: Inauguration - 10:15 - 02:00: Ideathon/Hackathon (Room 118) - 10:30: Project Expo (Room 116) - 10:30: Circuit Events (Room 117) - 11:30: Tech Quiz (Room 116) **All Day:** - 🥽 AR & VR (Room 115) - 🚀 Space Room (Room 114) - 🎮 Gaming (Room 018) """ }, "map": { "keywords": ["map", "location", "where", "find", "venue", "floor"], "response": """ 📍 **VEDANIX Location Guide:** **Ground Floor (0xx):** - ME Stall (013) - CSE Stalls (015/16), Gaming (018) - Snow Room (019), Horror Room (022) - Civil (023), ECE/EEE (024) **First Floor (1xx):** - Space Room (114) - AR & VR (115) - Project Expo & Quiz (116) - Circuit Events (117) - Hackathon/Ideathon (118) - Entrepreneurship (122) """ }, "greetings": { "keywords": ["hi", "hello", "hey", "start", "help", "vedanix"], "response": "✨ **Welcome to VEDANIX 2K26** ✨\n\nI have the latest updates on:\n- 📅 Official Schedule\n- 📍 Room Locations (Space, AR/VR, Gaming)\n- 💻 Hackathon Rules\n\n*What would you like to know?*" } }