Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.02 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.02 KB

La Haus Study Group

This repo contains materials used during our weekly study group talks.

This repo is open to the general public.

If you have questions, write to andresmartinez@lahaus.com or to mateorestrepo@lahaus.com

Index of Talks

(please list talks in reverse chronological order)

Talk title and link to materials Date Synopsis
Vectorized Computations 2021-06-03 OOP programers are very proud of writing code without ifs. In this talk we shall tackle the holy grail of data engineers, writing code without fors. We shall also take a look at the fantastic performance gains that can be achieved when most of your computation is done on a GPU.
SlouchDetect - Detecting bad posture with your webacam 2020-09-30 Build a slouching detector in less than 50 lines of Python code, using OpenCV for face detection! Also an introduction to basic concepts in computer vision