Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ pytest tests/unit/ -v

# Start with simulators (no hardware required)
python -m nightwatch.main --simulator

# Or launch the interactive AI demo console (no hardware)
python examples/v05_ai_demo.py
# → http://127.0.0.1:8765
```

**Voice Commands** (examples):
Expand Down
23 changes: 23 additions & 0 deletions examples/demo_web/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# NIGHTWATCH Live Observatory Demo

Interactive browser console for the v0.5 AI services — scheduling, NLP command
handling, vocabulary/wake-word stats, offline object ID, and system health.

No hardware required. Runs entirely against local simulation services.

## Launch

```bash
# from repo root, with the project venv active
python examples/v05_ai_demo.py
# or
python examples/demo_web/server.py --host 127.0.0.1 --port 8765
```

Open [http://127.0.0.1:8765](http://127.0.0.1:8765).

Classic terminal walkthrough:

```bash
python examples/v05_ai_demo.py --cli
```
Loading
Loading