- Run
pip install pydub gtts bottle ibm_watson ibm_cloud_sdk_core
- Run
npm i
in/frontend
- Run
set FLASK_APP=server.py
(on Windows) - Run
flask run
in the main project directory
You might need to run npm install -g @vue/cli
first (at least on Windows)
Ensure the following folders exist because we forgot to make them automatically:
data/output
data/generic
data/input
Default port is 8080