All Stories

How to build a python library

When I was halfway through my bachelor’s thesis I decided to package everything into a python package to facilitate easier usage for the next student. However, instead of just following...

Crowdsourcing methods for cancer detection

I recently survived the reviewing process of a scientific article called: “Annotation protocol and crowdsourcing multiple instance learning classification of skin histological images: The CR-AI4SkIN dataset” and today I want...

How to make a full audiobook with AI tools.

A few days ago I got access to DALLE·3 and thought, “what if I made a book for children with it?” It may seem a bold idea, but as you...

Deploying AWS webapp tutorial

Following the philosophy of my blog, this will be a very specific post. You can find many resources on the internet about how to deploy a web app. I will...

Modelling a padel match with Hidden Markov Models (Part 3)

In part I and part II of this series I have talked about what is a Hidden Markov Model, why it is useful for modelling a padel match, and how...

Modelling a padel match with Hidden Markov Models (Part 2)

In my last post I explained the usefulness of Hidden Markov Models for predicting the outcome of a padel match with only a few observations. There I also showed how...