Blame

859e9c Anonymous 2026-08-07 11:23:58
Product Overview
1
---
2
title: Product Overview
3
aliases: [3netra Product, Mission]
4
tags: [3netra/wiki, product, personas]
5
product: 3netra Meta Android App
6
source_repository: 3Netra-ai/3n_meta_android
7
source_ref: origin/prod
8
source_revision: b48aada8fd5427b5db0c02945569963c4ae543c8
9
last_verified: 2026-08-06
10
up: "[[Home]]"
11
---
12
13
# Product Overview
14
15
## Mission
16
17
**3netra** (Sanskrit for "third eye") gives blind and visually impaired higher education students (high school and college) real-time, hands-free audio awareness of their academic world: reading slides, whiteboards, and textbooks, narrating campus scenes, recognizing classmates and professors, detecting emotions — through ordinary-looking Meta Ray-Ban glasses.
18
19
> [!quote] Core promise
20
> "Every student deserves to explore, learn, and belong — 3netra makes that possible."
21
22
## Problem
23
24
~285M people worldwide live with visual impairment (39M blind). In higher education (high schools and universities), VI students can't read slides/whiteboards, miss non-verbal social cues, and struggle in dynamic lecture halls, labs, and campus grounds. Existing tools (canes, Braille, screen readers) don't provide real-time environmental awareness, and no product unifies text reading + scene understanding + emotion detection + face ID in one accessible wearable.
25
26
## Goals & KPIs (PRD v1.0)
27
28
| Metric | Target |
29
|---|---|
30
| Scene description latency (capture→audio) | < 2 s |
31
| OCR accuracy | > 95% |
32
| Emotion detection accuracy | > 85% |
33
| Face recognition precision | > 90% |
34
| CSAT | > 4.5/5 |
35
| DAU/MAU | > 60% |
36
| Avg session length | > 15 min |
37
| Onboarding completion | > 80% |
38
39
## Personas
40
fdafd9 admin 2026-08-07 12:36:57
name
41
### ⭐ Saahil — The Curious Student (primary)
859e9c Anonymous 2026-08-07 11:23:58
Product Overview
42
43
19 y/o, college sophomore, congenital blindness, university campus. Can't read lecture slides/whiteboards clearly, misses who's speaking in seminars, struggles in crowded lecture halls and campus grounds. Wants: read slides, identify professors and classmates, navigate campus independently, follow presentation diagrams. Delight: 3netra identifies lab equipment — "I see a compound light microscope on your desk!"
44
45
### Neha — The High School Senior
46
47
17 y/o, high school senior preparing for college, low vision (light/shapes only). Reads handouts/textbooks, deciphers lab diagrams, reads instructor expressions, navigates the university library. Self-conscious about assistive tech — needs glasses that look normal.
48
49
### Mrs.Adhikary — Educator & Disability Services Coordinator
50
51
38, University Disability Services Specialist / High School Accessibility Coordinator. Monitors usage, customizes vocabulary/persona, reviews academic summaries, ensures student-centered accessibility.
52
53
## Implementation boundary
54
55
The reviewed Android module targets API 29–34 and initializes Meta Wearables DAT 0.7.0. It contains camera-capture and registration code, but no hardware run at this revision proves a supported glasses model, capture latency, gesture delivery, or speaker routing. Hardware specifications and product latency targets above are PRD/document claims, not verified release behavior.
56
57
The current Compose implementation still contains legacy K–6 labels and child-voice filtering. The higher-education positioning on this page is editorial/product direction; implementation alignment remains an open decision.
58
59
## Interaction Model
60
61
- **Glasses gestures:** `BluetoothService` has callable scene/read/long-press/emotion handlers, but the reviewed source does not register DAT gesture callbacks. The Home scene action invokes the single-tap handler directly; do not treat the gesture map as hardware-verified.
62
- **Voice:** `VoiceCommandService` can run Android speech recognition after `onLongPress`; no wake-word detector or verified glasses-mic path is present.
63
- **Phone UI:** big-tap-target Compose screens with 4-tab bottom nav. See [[03-Frontend-Navigation]].
64
65
## Compliance Posture
66
67
FERPA/COPPA and privacy statements are requirements, not demonstrated compliance. The active enrollment/matching path reads and writes face embeddings through Supabase; the encrypted local utility is unreferenced. See [[08-Data-Model-Supabase]] and [[11-Security-Privacy-Compliance]].
68
69
> [!info] Audit provenance
70
> Implementation claims on this page were reviewed at `3Netra-ai/3n_meta_android`, `origin/prod` commit `b48aada8fd5427b5db0c02945569963c4ae543c8` (2026-08-05). The local checkout directory is named `archived-3n-meta-app`.
71
72
---
73
74
> [!tip] Navigation
75
> ⬅️ [[Home]] · ➡️ [[02-System-Architecture|System Architecture]]