Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. In this post, we will see how we can use Jinja and Google Chart to generate some nice HTML reports.
The topic of ML deployment is rarely discussed when machine learning is taught. This post is about how to host a simple keyword extraction model with Flask and FastAPI.