|
|
@ -1,8 +1,3 @@
|
|
|
|
### APP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
open app/index.html
|
|
|
|
|
|
|
|
# ^ This should be to run it in fullscreen / kiosk mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Start whisper.cpp and stuff?
|
|
|
|
### Start whisper.cpp and stuff?
|
|
|
|
|
|
|
|
|
|
|
|
### CORE
|
|
|
|
### CORE
|
|
|
@ -11,3 +6,8 @@ cd core/
|
|
|
|
pip install poetry
|
|
|
|
pip install poetry
|
|
|
|
poetry install
|
|
|
|
poetry install
|
|
|
|
poetry run bash start.sh
|
|
|
|
poetry run bash start.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### APP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
open app/index.html
|
|
|
|
|
|
|
|
# ^ This should be to run it in fullscreen / kiosk mode
|
|
|
|