Some of the cool projects I have been working in the past few years

Side projects

Summarized ML

SummarizedML: a Twitter bot that tweets short summaries of ML papers

A machine learning powered Twitter bot that summarizes the latest machine learning papers uploaded to ArXiv.

Read threadCheck it out

CLip playground

CLIP Playground: A user interface around OpenAIs CLIP model

A Streamlit powered interface around CLIP.

Read threadTry it

Uizard

Uizard, sketch to design conversion

Transforming sketches into a UI design prototype

Worked on a machine learning pipeline that transforms a picture of a rough sketch into a high fidelity design.

Watch videoTry it

Uizard, generate

Generating design systems from an image

We built a machine learning pipeline that generates a design system (with styles for buttons, text and other components) from an image, webpage or Sketch file.

Read blog postTry it

Uizard, realmix

Bringing semi-supervised learning to the real world

Current semi-supervised techniques work well on clean academic datasets. What does it take to make them work while building a product? At Uizard we have done a bunch of research to answer this question.

Read blog postRead paperWatch talk

Robotics

Slide thesis

Instance segmentation using sequences

During my master thesis at ETH I wrote about how to improve instance segmentation models (like Mask R-CNN) with a sequence of images.

Slides

Tools

Tool recognition for robotic manipulation pipeline

I built the tool detection and recognition pipeline as part of a robotics challenge.

Lidar

A cheap (and really slow) 3D lidar

We built a really basic 3D lidar using a couple of motors, a sensor and some electronics. The Lidar will then send the measurements to a computer for visualization.

Code