All Stories

Pensar rápido, pensar despacio

Uno de enero, todo el mundo se propone cambiar algún hábito. Pocos los consiguen. En mi caso no me propuse nada pero surgió una idea que posteriormente se transformó en...

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...