COMPLETE PITCH: https://hyphen-students.vercel.app/letter

Inspiration

I kept missing half of what happened in my classes. My teacher would switch between Hindi and English mid-sentence, talk too fast, and by the time I finished writing down one thing, we'd moved three slides ahead. I'd get home with incomplete notes and no idea what the homework was. Everyone in my class had the same problem we'd all be texting each other asking "wait, what did he say the deadline was?"

Then I realized: we all already wear ID cards to school every single day. What if instead of just being a piece of plastic that opens doors, it actually helped us learn? What if it could record lectures, translate between languages, and make sure we never miss important information again?

That's how Hyphen started turning the one thing every student already has into something that actually solves our daily problems.

What it does

Hyphen transforms your school ID card into an AI-powered learning assistant:

  • Session Recording: One button press records your entire lecture. Get auto-generated transcripts, summaries, extracted homework assignments, and study questions emailed to you after class.

  • Multi-Lingual Support: Automatic transcription and translation across 10+ Indian languages (Hindi, English, Tamil, Telugu, Bengali, Marathi, Gujarati, Kannada, Malayalam, Punjabi). Handles code-switching when teachers mix languages mid-sentence.

  • Photo Capture: Snap whiteboards, textbooks, and diagrams. AI extracts text in any language, translates it, and explains complex concepts in plain language.

  • Smart Attendance: GPS automatically detects when you're on campus and marks you present no kiosks, no paper, no apps to remember.

  • Live Schedule: Real-time updates for substitute teachers, room changes, and schedule modifications right on your dashboard.

  • Safety Monitoring: Background audio and visual monitoring detects fights or dangerous situations and sends instant alerts.

Everything runs on a repurposed old phone in a custom 3D-printed case that clips to your ID lanyard.

How we built it

Hardware: I'm 3D-printing a custom modular case that houses a disassembled old smartphone. The design includes a versatile hook system that clips to belts, hangs from ID strings, or works as a desk stand.

Software Stack:

  • Progressive Web App (PWA) for offline functionality and no app store requirements
  • Real-time audio processing using Web Audio API
  • Multi-lingual transcription and translation using modern AI models
  • MediaPipe/TensorFlow.js for camera-based safety detection
  • GPS geofencing for automatic attendance tracking
  • Triple-tap gesture detection for quick dashboard access

Interface: Minimal design with essential buttons, available in all supported languages. The default view shows your ID card three quick taps switches to the full dashboard with recording, photo capture, schedule, and more.

Challenges we ran into

Power Management: Running continuous recording, GPS tracking, and safety monitoring drains battery fast. I had to optimize background processes and implement smart sleep modes that activate only when needed.

Multi-Lingual Code-Switching: Indian teachers constantly switch between languages mid-sentence. Standard transcription models couldn't handle this. I had to implement language detection that works in real-time and can identify switches within single sentences.

Privacy Concerns: Continuous audio and location monitoring sounds creepy. I designed the system so all processing happens on-device first, with data only sent when explicitly triggered or when safety alerts are detected. Users control what gets shared.

Form Factor: Fitting a functional phone into something small enough to wear comfortably all day was harder than expected. Multiple 3D-printing iterations to get the size and weight right.

Offline Functionality: Can't rely on constant internet access in Indian schools. Built the PWA to work fully offline with local processing, syncing data when connectivity returns.

Accomplishments that we're proud of

  • Solving a Real Problem: This isn't a hypothetical I built this because my classmates and I actually need it. 250+ million students in India face these exact problems every day.

  • Language Accessibility: Breaking down language barriers in education. Students can learn in whatever language works best for them, not just the one the teacher speaks.

  • Hardware Integration: Successfully designing and 3D-printing custom hardware that's actually wearable and durable enough for daily student use.

  • Triple-Purpose Device: One piece of hardware handles identification, learning assistance, attendance tracking, campus navigation, and safety monitoring no separate apps or devices needed.

  • Making Old Tech Useful: Repurposing old phones that would otherwise be e-waste into powerful educational tools.

What we learned

Technical Skills: Learned 3D modeling and printing from scratch, optimized PWAs for offline performance, implemented real-time audio processing, and figured out how to make AI models work on limited hardware.

Design Thinking: Building something students actually want to wear required thinking about form factor, weight, aesthetics, and social perception not just functionality.

Multi-Lingual NLP is Hard: Code-switching detection, maintaining context across language switches, and accurate translation of educational content required deep diving into language model architectures.

Privacy by Design: Learned to build monitoring features that don't feel invasive keeping processing local, giving users control, and being transparent about what data goes where.

Market Understanding: India's education system is massive and diverse. What works in urban English-medium schools won't work in rural multi-lingual schools. Designing for accessibility across that spectrum taught me to think beyond my own experience.

What's next for Hyphen Students ID Card System

Immediate Next Steps:

  • Complete first functional prototype and test with 20-30 students in my school
  • Build teacher-side dashboard for viewing aggregated attendance and receiving safety alerts
  • Implement parent app for location visibility and daily summary reports
  • Refine 3D-printed case design based on real-world wear testing

Short-Term Goals:

  • Pilot program with 2-3 schools across different language demographics
  • Add offline AI processing for areas with poor connectivity
  • Develop admin control center for school-wide deployment and management
  • Create teacher-student communication features for in-school messaging

Long-Term Vision:

  • Scale to districts and states across India every student gets one
  • Build collaborative study features so students can share notes and form study groups
  • Add AR navigation for large campuses using the built-in camera
  • Partner with educational content providers to integrate textbook materials
  • Expand beyond India to other multi-lingual education markets

The Big Picture: Every student already wears an ID card. We're making it the last piece of educational technology they'll ever need to carry combining identification, learning assistance, safety monitoring, and campus navigation into one device that just works, in whatever language they need it to.

Built With

Share this project:

Updates