Inspiration

What it does

How we built it

Challenges we ran into

Accomplishments that we're proud of

What we learned

What's next for SignWear AI

SignWear AI was born from a critical gap in emergency communication systems: when disaster strikes, voice-dependent infrastructure fails, leaving deaf and non-verbal users without a lifeline.

What inspired us: During a natural disaster simulation, we witnessed how emergency services remained dependent on voice-based alerts, completely excluding sign language users. We realized that accessibility isn't a feature—it's a necessity in crisis moments.

What we learned: Gesture recognition at the edge (on-device) is possible with compact neural networks. We discovered that low-latency, battery-efficient processing matters more than cloud connectivity in emergency contexts, and that co-designing with the deaf community fundamentally changes how you approach the problem.

How we built it: We created a five-layer hardware-AI system:

  1. Sensor Integration — Flex sensors + 6-axis IMU capture hand motion with millisecond precision
  2. Edge Signal Processing — Real-time filtering and feature extraction at the microcontroller level
  3. On-Device AI Recognition — A CNN-LSTM model quantized to 8-bit precision, trained on ASL/BSL emergency phrases from native signers
  4. Secure Communication — End-to-end encrypted mesh networking for reliability during infrastructure outages
  5. Emergency Response Interface — Multi-channel alerts (text, voice, GPS) that reach emergency services, family, and support networks instantly

Challenges we overcame:

  • Gesture ambiguity resolved through confidence thresholding and human validation
  • Battery life optimization via aggressive edge computation
  • Model quantization without accuracy loss through careful hyperparameter tuning
  • Real-time latency under 50ms maintained across all processing layers

Built With

  • 6-axis-imu-(lsm6ds3)
  • aes-256-encryption
  • ble/lora-hybrid-mesh-networking-development:-python-(data-processing)
  • cnn-lstm-architecture
  • custom-pcb-ai-&-ml:-tensorflow-lite
  • environmental
  • figma-integration:-restful-apis
  • flex-sensors-(5x)
  • git
  • hardware:-esp32-s3-microcontroller
  • ip67
  • lithium-polymer-battery
  • openstreetmap-gps
  • python
  • sms/push-notification-gateways
  • stress
  • synthetic-data-augmentation-firmware:-arduino-ide
  • wcag-2.1-accessibility-compliance-testing:-unit-testing-frameworks
Share this project:

Updates