This is a repository for team - project done in Head Start Silicon Valley 2019 program. Our is to develop a service for amateur painters which can help them with coloring their sketch. If user inputs a sketch the system returns a 3 fully colored painting that has a similar feeling with Monet, Cezanne, Gogh.
This is a description for opening back-end server. The android application is available in here.
All source codes are created in a VSCode + Windows10 + Node.js 8.16.1 environment.
You'll need a docker for our back-end.
Dockerfile build
cd "dockerfile_dir"
sudo docker build -t app .
Opt 1) Run via 'container - Daemom'
sudo docker run --name nodeweb -d -p 3000:3000 app
# if you want to stop "docker stop nodeweb -container"
Opt 2) Run via 'container - container bash shell'
sudo docker run -i -t app /bin/bash
# if you want to get out of bash "ctrl+p+q"
- GCP - The cloud we used to train Cycle-GAN model
- Node.JS - Back-end
- Android Studio - Application development
- Docker - Back-end environment management & deployment
- Ji-Hye Shin - Android application development
- Jin-Gyeong Park - Back-end development
- Young-Ki Kim - Model training