About This Architecture
Closet Mate is a React Native outfit recommendation engine that connects smartphone users to a Python Flask backend for intelligent clothing curation. The app flows from user login and closet management through a REST API that queries MySQL for wardrobe data, integrates OpenWeather for weather-aware suggestions, and uses rembg for background-removed clothing images. This architecture demonstrates a practical three-tier pattern for consumer mobile apps requiring real-time recommendations and external API orchestration. Fork this diagram to customize recommendation logic, swap databases, or adapt the weather integration for your own fashion or lifestyle app. The modular API design supports easy addition of new recommendation features like color matching or occasion-based filtering.