Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.16 KB

Photo Crowd

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.

Deploy

You need to create two empty folders (colorised & upscaled) inside the photo folder.

mkdir -p ./photo/colorised ./photo/upscaled

Note: Upscale will work only if you put upscaled photos in the /photo/upscaled folder.

Then just simply start docker:

docker-compose up

Then simply open the localhost:80.

Architecture

A microservice architecture was used for this application. This repository consists of several services, as shown below.

Current Architecture

The repositories of each service listed above can be found here: