HIGH-END
TAILOR-MADE
SOFTWARE
SOLUTIONS
Latest craftmanship
Open source projects

AI Recognizer
We use Azure’s Computer Vision Image Analysis service to detect cats (or any other remarkable beings). This Medium article explains how the code works.
Cat Checker: GitHub code repo

Minimals
Basic yet scalable Flask starter application. Learn more here and here.
Minimal (bare minimum structure):
GitHub code repo
Demo
Minimal + DB (with database connection):
GitHub code repo
Demo
Minimal + User (with user management):
GitHub code repo
Demo

Mailer
A mailer Flask application for sending confirmation emails. It's a general purpose component that is used by different apps. Please refer to this article to know more.
Variance Mailer: GitHub code repo