This application was developed during the Open Data Camp 2021 hackathon. The goal of the "Photo Crowd" app is to use the power of people to annotate unknown old images. See also our presentation.
You need to create two empty folders (colorised & upscaled) inside the photo folder.
mkdir -p ./photo/colorised ./photo/upscaledNote: Upscale will work only if you put upscaled photos in the
/photo/upscaledfolder.
Then just simply start docker:
docker-compose upThen simply open the localhost:80.
A microservice architecture was used for this application. This repository consists of several services, as shown below.
The repositories of each service listed above can be found here:
- Frontend - 3N/pc-frontend
- Core - 3N/pc-core
- Normalisation - 3N/pc-normalisation
- Colorisation - 3N/pc-colorisation
