cd frontend
npm install
After installation, edit file ./node_modules/reaviz/dist/src/common/utils/position.d.ts and insert the PointObjectNotation definition type PointObjectNotation = { x: number; y: number }; . Then continue:
npm run build:dev
cd ..
cd server
python3 server.py --port 5005 --host 0.0.0.0
In theory this should setup everything as we need it.
Remember to npm install each time you pull the repository!
Python packages that are required:
opencv-python keras scikit-image pynrrd tensorflow numpy-stl