Yann Defretin
  • Add a Dark Theme to a Ruby on Rails app

    March 18th, 2021 Rails

    How quickly add a Dark Theme alternative to an existing Ruby on Rails application using SCSS and the Assets Pipeline.

  • Train a multi-label image classification for movie snapshots

    July 9th, 2019 AI

    After creating and cleaning a dataset from scratch with Pandas, we are now going to train an AI with our data to distinguish several elements in movie snapshots.

  • Create a dataset for a multi-label image classification model

    May 28th, 2019 Pandas

    We are going to make an AI capable of distinguishing several elements in movie stills by first using Pandas to create our dataset.