Tooling

A modern set-up for Python package development

From dependency management to quality assurance, documentation, and CI/CD.

Read
Deployment

End to End Machine Learning: From Data Collection to Deployment 🚀

In this post, we will talk about every aspects of an ML project. Web Scraping, Training, Deployment...

Read
Environment

How to run a jupyter notebook on an EC2 instance in 1 minute ?

Using an AWS custom AMI to launch a jupyter notebook on EC2.

Read
API

How to serve a Machine Learning model through a Flask API ?

Let's see how we can encapsulate a ML model trained with scikit-learn in a Flask API

Read