What inspired us
It started with a news alert during a wildfire season. Official evacuation maps were hours old, while social media was a chaotic storm of panic, well-meaning but unverified videos, and dangerous misinformation. We saw a critical gap: the need for speed clashed violently with the need for trust. We were inspired by a simple, powerful idea: what if every person with a phone could become a sensor? What if we could harness the raw, immediate power of community reporting but filter out the noise using intelligence, not just manpower? We wanted to build a platform that didn't just collect data, but curated it
What it does
EchoMap is a platform built to give people and communities a trusted, real-time map during emergencies like floods, fires, protests, or service outages. The idea is that anyone can quickly share what’s happening around them through text, voice notes, or even images.
How we built it
We built EchoMap as a full-stack application designed for resilience and scale from the ground up and functions as a Progressive Web App
Challenges we ran into
- The Latency-Accuracy Trade-off:Our biggest challenge was making our AI verification fast enough for real-time use without sacrificing too much accuracy. Running a massive transformer model on every submission was too slow. Our solution was to implement a *two-tier system: a lightning-fast keyword filter and smaller model (like DistilBERT) for initial sorting, with more complex analysis happening asynchronously.
What we learned
- Human + AI is stronger than AI alone. People’s lived experiences give authenticity, while AI helps filter out spam and misinformation.
- Verification isn’t binary. We discovered that “truth” in crisis data is a spectrum, so we built a trust-scoring system instead of just “real vs fake.”
- Tech must adapt to context. Building for low-data, SMS-only environments taught us the importance of accessibility and resilience.
The Purpose of EchoMap
In the end, EchoMap is more than just a collection of technologies. It's a belief system built into code: a belief that people, when equipped with the right tools, can become the most powerful and responsive network for keeping each other safe. We built a platform to help them do just that.
Log in or sign up for Devpost to join the conversation.