← Back to Projects Web and Software

Tiltastic – Home Décor Tile Visualizer

A computer vision powered web application that lets users upload a room photo, pick a tile design and instantly preview how different floors or walls would look, using monocular depth estimation and floor segmentation behind a simple interface.

Quick Insights:

Introduction

Tiltastic was developed during a machine learning internship at SoftmaxAI. The goal was to turn tile selection into a visual advisory experience that works on any standard room photo. Instead of asking users to imagine a final look from catalog images, Tiltastic generates a realistic composite of the chosen tiles directly on their own floor or wall.

The system uses a React based front end that talks to Flask APIs hosting trained Tensorflow and Keras models. A floor detection model segments the room, MiDaS based monocular depth estimation produces a depth map, and OpenCV pipelines handle corner detection, masks and pixel level replacement. Results are served back through AWS hosted infrastructure so the application can be accessed remotely.

Key Outcomes and Learnings

Tiltastic combined computer vision, depth estimation and web development into a single, user facing product. It required designing a pipeline that is accurate enough for visual decision making while remaining responsive in a browser.