18 lines
448 B
Markdown
18 lines
448 B
Markdown
# Home-Bro Client (The Satellite)
|
|
|
|
Dies ist der Client-Teil des Home-Bro Projekts, der auf einem Raspberry Pi läuft.
|
|
|
|
## Funktionen
|
|
|
|
- Wake-Word Erkennung (Porcupine)
|
|
- Bildaufnahme (Snapshot) via Webcam
|
|
- Upload zum Brain (FastAPI)
|
|
- Audio-Wiedergabe der sarkastischen Kommentare
|
|
|
|
## Installation
|
|
|
|
1. Repository klonen.
|
|
2. `pip install -r requirements.txt`
|
|
3. `.env` Datei basierend auf `.env.example` erstellen.
|
|
4. Starten: `python app/main.py`
|