starte chat + voice
This commit is contained in:
8
start.sh
8
start.sh
@@ -1,4 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
|
||||||
|
# WICHTIG: Fängt Strg+C ab und beendet alle verknüpften Hintergrundprozesse sauber
|
||||||
|
trap 'echo -e "\n🛑 Beende alle J.A.R.V.I.S. Systeme..."; kill 0' EXIT
|
||||||
|
|
||||||
|
echo "🎙️ Starte Wake-Word-Engine im Hintergrund..."
|
||||||
|
python3 wakeword.py &
|
||||||
|
|
||||||
|
echo "💬 Starte Chat-Interface..."
|
||||||
python3 jarvis.py
|
python3 jarvis.py
|
||||||
|
|||||||
Reference in New Issue
Block a user