Skip to content

Commit 1322e59

Browse files
Merge pull request #17 from Light-Heart-Labs/dream-server-v1-scrubbed
Add Dream Server — turnkey local AI stack
2 parents 44c2201 + ec0ef0a commit 1322e59

53 files changed

Lines changed: 91 additions & 5535 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ curl -fsSL https://raw.githubusercontent.com/Light-Heart-Labs/Lighthouse-AI/main
3131

3232
| Feature | Dream Server | Ollama + WebUI | LocalAI |
3333
|---------|:---:|:---:|:---:|
34-
| One-command install | **Yes** | Manual | Manual |
35-
| Hardware auto-detect | **Yes** | No | No |
36-
| Voice agents (STT + TTS + WebRTC) | **Yes** | No | Limited |
37-
| vLLM inference speed | **Yes** | No | No |
38-
| Workflow automation | **n8n built in** | No | No |
39-
| Privacy tools | **PII redaction** | No | No |
34+
| Full-stack one-command install | **LLM + voice + workflows + RAG + privacy** | LLM + chat only | LLM only |
35+
| Hardware auto-detect + model selection | **Yes** | No | No |
36+
| Voice agents (STT + TTS + WebRTC) | **Built in** | No | Limited |
37+
| Inference engine | **vLLM** (continuous batching) | llama.cpp | llama.cpp |
38+
| Workflow automation | **n8n (400+ integrations)** | No | No |
39+
| PII redaction / privacy tools | **Built in** | No | No |
4040
| Multi-GPU | **Yes** | Partial | Partial |
4141

4242
---

dream-server/DEMO-SCRIPT.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

dream-server/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ If `nvidia-smi` shows no process, the model is running on CPU (very slow). Fix G
324324
The Privacy Shield has rate limiting to prevent abuse. Default: 100 requests/minute.
325325

326326
To increase:
327-
1. Edit `privacy-shield-mvp-bundle/.env`
327+
1. Edit `.env`
328328
2. Change `RATE_LIMIT_REQUESTS_PER_MINUTE=100`
329329
3. Restart: `docker compose restart privacy-shield`
330330

@@ -469,7 +469,7 @@ Then restart: `docker compose up -d`
469469
### Documentation
470470
- Main README: `dream-server/README.md`
471471
- Architecture: `docs/ARCHITECTURE.md`
472-
- API Reference: `docs/API.md`
472+
- Security: `SECURITY.md`
473473

474474
### Community
475475
- GitHub Issues: https://github.com/Light-Heart-Labs/Lighthouse-AI/issues

dream-server/LAUNCH-READY.md

Lines changed: 0 additions & 125 deletions
This file was deleted.

dream-server/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,14 @@ docker compose down # Stop everything
181181

182182
## Comparison
183183

184-
| Feature | Dream Server | LocalAI | Ollama + WebUI |
184+
| Feature | Dream Server | Ollama + WebUI | LocalAI |
185185
|---------|:---:|:---:|:---:|
186-
| Voice agents | **Yes** | Limited | No |
187-
| vLLM speed | **Yes** | No | No |
188-
| One-click setup | **Yes** | Partial | Yes |
189-
| Workflow automation | **n8n** | No | No |
190-
| Hardware auto-detect | **Yes** | No | No |
186+
| Full-stack one-command install | **LLM + voice + workflows + RAG + privacy** | LLM + chat only | LLM only |
187+
| Hardware auto-detect + model selection | **Yes** | No | No |
188+
| Voice agents (STT + TTS + WebRTC) | **Built in** | No | Limited |
189+
| Inference engine | **vLLM** (continuous batching) | llama.cpp | llama.cpp |
190+
| Workflow automation | **n8n (400+ integrations)** | No | No |
191+
| PII redaction / privacy tools | **Built in** | No | No |
191192
| Multi-GPU | **Yes** | Partial | Partial |
192193

193194
---

0 commit comments

Comments
 (0)