|
|
@ -3,9 +3,10 @@
|
|
|
|
# Display app/index.html on the second monitor in full-screen mode
|
|
|
|
# Display app/index.html on the second monitor in full-screen mode
|
|
|
|
google-chrome --kiosk --app=file:///app/index.html
|
|
|
|
google-chrome --kiosk --app=file:///app/index.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Start whisper.cpp and stuff?
|
|
|
|
|
|
|
|
|
|
|
|
### CORE
|
|
|
|
### CORE
|
|
|
|
|
|
|
|
|
|
|
|
cd /core
|
|
|
|
cd /core
|
|
|
|
poetry install
|
|
|
|
poetry install
|
|
|
|
poetry run bash start.sh
|
|
|
|
poetry run bash start.sh
|
|
|
|