We decided to use Flask for a CV service because it is lightweight and synchronous (CV is a cpu-bound task).
Service logic now use Fabric pattern and Cain of responsibility pattern.
We add swagger to have easy access to the routes. Now this service only has one route, which takes an image and return color of face skin (using OpenCV see).