Add TUI version with rich library for better text display
This commit is contained in:
parent
03b33060b4
commit
cc9b5dec5d
11
start_tui.sh
Executable file
11
start_tui.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Voice Assistant TUI Startup Script
|
||||
# AI Now Inc - Del Mar Demo Unit
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
# Activate virtual environment
|
||||
source venv/bin/activate
|
||||
|
||||
# Run the TUI version
|
||||
python3 tui_app.py
|
||||
Loading…
x
Reference in New Issue
Block a user