+
{#if showVoiceButton}
@@ -56,7 +63,9 @@
{/if}
-
+
{@render children()}
+
+
diff --git a/website/src/routes/info/+page.svelte b/website/src/routes/info/+page.svelte
new file mode 100644
index 0000000..50d0af2
--- /dev/null
+++ b/website/src/routes/info/+page.svelte
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+
+ HushMap
+
+
+
+ Best UI/UX Bitcamp 2026
+
+
+ A real-time study buddy platform integrating vision AI, speech recognition, and map data to optimize campus space utilization.
+
+
+
+
+
+
+
+
+ The Problem: Campus Noise and Crowds
+
+
+
+
Sensory Overload
+
Unexpectedly loud environments can trigger severe sensory overload for neurodivergent students or other students with high sensitivity.
+
+
+
Awkward Confrontation
+
Neither librarians nor other students want to initiate uncomfortable confrontations when noise levels spike.
+
+
+
Wasted Time
+
Students burn time walking to study spots only to find them packed and loud, wishing they knew before leaving their dorm.
+
+
+
+
+
+
+
+
+
+ Our Solution: HushMap
+
+
+
+
Real-Time Mapping
+
We track noise levels across campus as they happen.
+
+
+
Historical Trends
+
We analyze past data to predict the best times to study.
+
+
+
Active Control
+
We use smart devices to keep noise levels within acceptable limits.
+
+
+
+
+
+
+
+
1. The Interactive Map
+
+ - 24hr Data Storage: Database with the past 24 hrs' worth of sound volume data saved for analysis.
+ - Live Updates: Real-time updates directly from campus-wide noise sensors.
+ - Noise Legend: Visual legend and graph describing noise levels and thresholds.
+
+
+
+
+
2. TerpAI
+
+ - Multichannel Access: Talk to Terp AI assistant in the website or in person with the sensors.
+ - Study Recommendations: TerpAI will let you know the best spots to study based on current noise data.
+
+
+
+
+
3. Accessibility Settings
+
HushMap ensures usability for all students through integrated accessibility tools.
+
+ - Color Blind Mode: Optimized palette for color vision deficiencies.
+ - Language Translation: Multi-language support for international users.
+ - High Contrast Mode: Enhanced legibility for low-vision accessibility.
+
+
+
+
+
4. The On-site Librarians
+
+ - Automated Noise Management: Nodes monitor noise levels and react to noise spikes by telling students to quiet down.
+ - Interactive Assistance: Students can interact directly by asking the librarians questions in real-time.
+ - Privacy & Analytics: No audio recorded—only noise data. Camera footage determines occupancy by comparing seats vs. people.
+
+
+
+
+
+
+
+
+
+
+
+
+ Frontend
+
+
+ - ▹ SvelteKit 5
+ - ▹ Tailwind CSS 4
+ - ▹ MapLibre GL JS
+ - ▹ Chart.js
+
+
+
+
+
+
+
+
+ Backend
+
+
+ - ▹ Python & FastAPI
+ - ▹ WebSockets
+ - ▹ MongoDB / In-Memory Mock Data
+
+
+
+
+
+
+
+
+ AI Integration
+
+
+
+ - ▹ Terp AI (Primary Conversational Agent)
+ - ▹ Gemini 2.5 Flash (Seamless Fallback)
+ - ▹ Faster-Whisper (On-device Speech-to-Text)
+
+
+ - ▹ ElevenLabs (Text-to-Speech Voice)
+ - ▹ Yolo v8 Vision (Room Image Analysis)
+
+
+
+
+
+
+
+
+
Project Team
+
+ Gagan (Adith) Manjunatha
+ Sameera Nageshwar
+ Jolie Wu
+ Sarayu Jilludumudi
+
+
+
+
\ No newline at end of file