pip install -r requirements.txt
- change directory
cd engine/dl
- run system
python server.py
- install node js from https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-18-04
cd ui
- install dependencies
npm install
- run system
npm start