🗣️ Talks

Conferences, workshops and courses I've given on AI, Machine Learning and more.

🤖 No-Code AI: Building an AI Product in 30 Minutes

2024-11-21 — PyData Granada

Live-built a fully functional generative AI product in 30 minutes, zero lines of code — a custom avatar bot using Telegram + Make.com + HuggingFace Spaces. Part of the 9th PyData Granada Meetup, held within the II Congreso de Inteligencia Artificial de Andalucía. The talk challenges the assumption that shipping AI products requires deep technical knowledge: with the right low-code tools, anyone can prototype fast.

🏀 Buzzer Beater! The Fascinating World of 3D Computer Vision

2024-03-14 — TechFest

A live experiment at TechFest 2024, one of Spain's most prominent tech festivals. I tracked a real basketball in 3D using locally-running computer vision models and visualised everything in real-time with Rerun — no cloud, no pre-recorded video, all on-device. The audience saw the 3D reconstruction appear on screen as the ball flew through the air. One of the talks I'm most proud of.

🎯 Computer Vision 3D + Networking

2023-11-15 — Málaga AI

The first public run of the 3D computer vision basketball tracking demo, presented at the Spain AI Málaga chapter meetup. Same concept that later became the TechFest 2024 talk — live multi-camera 3D reconstruction of a moving ball, shown on screen in real-time.

Video not recorded for this session.

🐋 Intro to Devcontainers

2022-05-27

Developing inside a Docker container on VSCode gives you full control of your environment — not just Python dependencies but also the OS and system requirements. This makes it trivially easy for colleagues to start developing in the same repo. Since I discovered this tool I've been using it for every single project. I gave this talk to my colleagues at Sngular 🎉 and they loved it 💙.

No recording available for this session.

😄 Analyzing Face Expressions

2022-05-11

The culmination of a side project: detect facial expressions and show the complete pipeline — data acquisition through face key-point detection, normalization to suppress rotation, data labeling (normal, angry, happy, sad, surprised, winking), training a k-NN classifier and live webcam inference. This talk was very interactive since anyone could use the project live.

🤖 Reinforcement Learning and Python Bootcamp

Oct – Nov 2021

As organizer of the Malaga AI association, I conducted an introductory course on deep learning applied to robotics (Python + TensorFlow + Docker) for 8 lessons over 2 months. Students from diverse engineering fields learned to set up their IDE, Python basics, trained an RL agent for CartPole using TensorFlow, and saw how this applies to robotics with ROS. The most challenging course I've given — and the one I learned the most from! 🤓

🐈 Detecting your Pet using AI

2021-01-30

I took hundreds of pictures of Mocka, one of my cats 😂, to show at TabularConf 2021 (my first national congress 💪). Using the ImageAI library, I trained a YOLOv3 model in a Jupyter Notebook and showed how object detection models are validated using the mAP metric.

🤖 Intro to Python and Reinforcement Learning

Mar – Apr 2020

With my friend Quino and the Spain AI Association, we ran a 6-lesson introductory course on Python basics and Reinforcement Learning. Thanks to Covid, we moved it online, reaching up to 200 students per class. 🎉 Students trained an RL agent using OpenAI Gym + TensorFlow to solve the CartPole problem.

🧙 Intro to Generative Adversarial Networks

2020-03-17 — CoronaConf

Covid hit and the world stopped — but impressive movements emerged. The CoronaConf brought programming knowledge to everyone. I volunteered to give an intro to Generative Adversarial Networks, drawing from the magnificent book Generative Deep Learning by David Foster.

🖌️ Intro to Artificial Creativity

2020-02-26 — Demium

While working on my Master's thesis on GANs I gave a gentle introduction to Generative Adversarial Networks at Demium. In one hour I covered the main concepts of GANs, live code with TensorFlow, and practical near-future applications. Still remember the Will Smith "I, Robot" reference 😄

👁️ I See Nets — CNN Architectures

2019-03-20 — School of AI

My first ever talk! I spoke about CNN architectures — how convolutional layers work, how to train them, selecting hyperparameters, and showed TensorFlow code. I did it in English (what an achievement 💪) for the School of AI association that me and friends started months before. I was terrified, but it went great!