DEV Community

Cover image for ClosetAI
Thusitha Sampath
Thusitha Sampath

Posted on

ClosetAI

Education Track: Build Apps with Google AI Studio

This post is my submission for DEV Education Track: Build Apps with Google AI Studio.

What I Built

I built ClosetAI, a smart wardrobe and outfit planner app that helps users digitize their clothing, track wear history, and get AI-powered outfit recommendations based on weather, calendar events, and mood.
Key prompts included:

"Create an app that digitizes a user's wardrobe using photos and classifies clothing items."

"Generate daily outfit suggestions using AI based on weather and user calendar."

I also integrated features like wear tracking, sustainability reminders, and weather API integration.

Demo

ClosetAI Interface

App Link ----> https://aistudio.google.com/app/prompts?state=%7B%22ids%22:%5B%221If8jfU-t3ZOSX4cu4_DgJmUg2ZZCiIk-%22%5D,%22action%22:%22open%22,%22userId%22:%22105223628317172329930%22,%22resourceKeys%22:%7B%7D%7D&usp=sharing

My Experience

Working on this project taught me a lot about combining computer vision with AI-driven personalization on mobile platforms. I learned how to use image classification models (TensorFlow Lite) on-device for fast processing and how to integrate weather and calendar APIs for contextual suggestions. It was surprising how well AI can assist in everyday decision-making like picking an outfit, and the importance of designing simple but effective UI for non-technical users.
This project gave me insights into balancing AI capabilities with privacy and performance on mobile devices.

Top comments (0)