README.md aktualisiert
This commit is contained in:
parent
9b7950aa45
commit
d799e0b67d
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
|
@ -100,6 +100,7 @@ http://192.168.68.62:5000
|
|||
|
||||
```bash
|
||||
ssh misty2@192.168.68.62
|
||||
# Passwort: misty2
|
||||
source ~/projekt_env/bin/activate
|
||||
cd ~/misty_stream
|
||||
python3 start_coaching.py
|
||||
|
|
@ -166,15 +167,17 @@ Sprechtempo:
|
|||
|
||||
```
|
||||
misty_stream/
|
||||
├── config.py ← Misty IP-Adresse (Achtung! Ändert sich mit jedem Neustart)
|
||||
├── config.py ← Mistys IP-Adresse (Achtung! muss mit jedem Neustart geändert werden)
|
||||
├── analyse.py ← KI-Modul: Whisper, Füllwörter, Sprechtempo, Feedback
|
||||
├── start_coaching.py ← Hauptskript: Bumper-Trigger + Aufnahme + Heartbeat
|
||||
├── dashboard.py ← Flask-Webserver für Dashboard (Port 5000)
|
||||
├── fuellwoerter.json ← Füllwortliste (über Dashboard anpassbar)
|
||||
├── session_daten.json ← Session wird automatisch erstellt/zurückgesetzt
|
||||
├── session_daten.json ← wird automatisch erstellt/zurückgesetzt
|
||||
├── requirements.txt ← Python-Pakete
|
||||
├── README.md
|
||||
├── LICENSE
|
||||
├── requirements.txt
|
||||
├── LICENSE.md
|
||||
├── misty_logo.png
|
||||
├── Projektbeschreibung_MistySprachCoach.pdf ← Projektbericht
|
||||
├── templates/
|
||||
│ └── dashboard.html ← Dashboard-Oberfläche
|
||||
├── static/
|
||||
|
|
|
|||
Loading…
Reference in a new issue