Backend

Flask

Flask powers several of my computer vision and internal tools where a small, explicit Python service is the right size.

How I use it

Flask is what I reach for when a Python service needs to be small and obvious: a camera feed, a model, a couple of endpoints. The bus passenger counter and the parking monitor both run on it. For larger or async-heavy systems I move to FastAPI.

Offered through

Shipped with Flask

All projects →

Questions clients ask about Flask

Is Flask still a reasonable choice?
For small services and existing codebases, yes. It has no opinions, which is a feature at that size. I would not start a large new API on it today.

Work with me

Need Flask work done?

I work remotely with clients across the US, Canada, the UK, the UAE, Brazil and Australia. Tell me what you are building and I will reply with questions, a plan and an estimate.

Related