17 lines
270 B
Markdown
17 lines
270 B
Markdown
# voicechat
|
|
|
|
VoiceChat AI Assistant - Demo
|
|
|
|
Your hands-free AI companion - just speak and let AI respond
|
|
|
|
# Docker Commands
|
|
|
|
# Build and start the application
|
|
docker-compose up --build -d
|
|
|
|
# View logs
|
|
docker-compose logs -f
|
|
|
|
# Stop the application
|
|
docker-compose down
|