Skip to content

minfawang/mask-cgan

Repository files navigation

Mask CycleGAN

Overview of the work on YouTube: https://youtu.be/VveI1psbmB4

Prerequisite

Install python dependencies through pipenv.

pipenv install &&
pipenv shell

Start server

nwb react build client/App.js client/dist/ --title MaskCycleGAN &&
env FLASK_APP=server.py flask run
# Server will run at port 5000

ngrok serving

ngrok http 5000

Releases

No releases published

Packages

No packages published