-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Panagiotis Antoniadis edited this page Aug 26, 2019
·
4 revisions
The project is implemented in Ubuntu 18.04.3 LTS.
The installation steps follow:
-
Clone the repository.
-
Run
pip3 install -r requirements
to install all necessary python packages. -
Install CMUSphinx following the steps in this url.
-
Install srilm.
-
Start the flask API with
./run.sh
inapi
folder. -
Start the ng server with
ng serve
inangular-ui
folder.
Now by default angular serves at http://127.0.0.1:4200 and flask API in http://127.0.0.1:5000.