Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.14 KB

README.md

File metadata and controls

12 lines (8 loc) · 1.14 KB

CV service

Codacy Badge codecov security: bandit CodeFactor

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).