You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-16Lines changed: 24 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
EyeNav is a modular web interaction framework. It fuses real-time eye-tracking (with Tobii-Pro SDK) and on-device natural-language processing (using Vosk) within a Chrome extension and Python backend to deliver:
4
4
5
-
***Accessible input** for users with motor impairments
6
-
***Hands-free browser control** for developers and general users
7
-
***Automated test generation** via record-and-replay (Gherkin + WebdriverIO)
5
+
* Accessible input for users with motor impairments
6
+
* Hands-free browser control for developers and general users
7
+
* Automated test generation via record-and-replay (Gherkin + WebdriverIO)
8
8
9
9
By orchestrating gaze-driven pointer control, voice-command parsing, and concurrent logging threads, EyeNav enables both interactive accessibility and behavior-driven development in web environments.
10
10
@@ -37,11 +37,16 @@ By orchestrating gaze-driven pointer control, voice-command parsing, and concurr
37
37
38
38
EyeNav implements the following core features:
39
39
40
-
***Gaze-Driven Pointer Control**: Maps eye gaze to cursor movements using the Tobii Pro Nano and the `tobii-research` SDK.
41
-
***NLP Command Parsing**: Transcribes and interprets voice commands (click, input, scroll, navigate) with Vosk running locally.
42
-
***Record-and-Replay Test Generation**: Logs interactions in Gherkin syntax and replays them via Kraken & WebdriverIO.
43
-
***Modularity**: Enable or disable any of the three subsystems (gaze, voice, test logger) independently.
44
-
***Internationalization**: Supports English and Spanish out of the box; additional languages via voice-model download and locale translation.
40
+
* Gaze-Driven Pointer Control.
41
+
> Maps eye gaze to cursor movements using the Tobii Pro Nano and the `tobii-research` SDK.
42
+
* NLP Command Parsing
43
+
> Transcribes and interprets voice commands (click, input, scroll, navigate) with Vosk running locally.
44
+
* Record-and-Replay Test Generation.
45
+
> Logs interactions in Gherkin syntax and replays them via Kraken & WebdriverIO.
46
+
* Modularity
47
+
> Enable or disable any of the three subsystems (gaze, voice, test logger) independently.
48
+
* Internationalization
49
+
> Supports English and Spanish out of the box; additional languages can be downloaded and locale translation.
45
50
46
51
---
47
52
@@ -120,13 +125,12 @@ EyeNav implements the following core features:
0 commit comments