Local STT (Qwen3-ASR), VLM (Gemma 4 26B-A4B), and TTS (Spark-TTS) running on Apple Silicon via MLX, with bracket-tag action system for nod, shake, wiggle, dance, photo, and pre-recorded emotions.
4 lines
76 B
Bash
Executable File
4 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
exec .venv/bin/python conversation.py "$@"
|