Overview of the work on YouTube: https://youtu.be/VveI1psbmB4
Install python dependencies through pipenv
.
pipenv install &&
pipenv shell
nwb react build client/App.js client/dist/ --title MaskCycleGAN &&
env FLASK_APP=server.py flask run
# Server will run at port 5000
ngrok http 5000