Private Eye describes live screen content for blind users with an Ollama vision model. This repository contains two packages:
- An NVDA add-on for Windows.
- A Commentary/Jieshuo screen reader plugin for Android.
Download the latest packages from the GitHub releases page.
- Install the
.nvda-addonfile with NVDA on Windows. - Import the
.ppkfile with Commentary/Jieshuo on Android.
Private Eye expects an Ollama-compatible API. The default endpoint is
http://127.0.0.1:11434.
The NVDA add-on requires NVDA 2026.1 or later.
Run the Python tests with:
python -m pytestBuild the NVDA add-on with:
scons