--- title: Labasni Recommender emoji: 👔 colorFrom: blue colorTo: purple sdk: gradio sdk_version: 6.1.0 app_file: app.py pinned: false --- # 🎽 Labasni Outfit Recommender Service de recommandation d'outfits basé sur Machine Learning. ## Features - Recommandations intelligentes selon le style - Prise en compte de la météo et des saisons - API REST accessible depuis NestJS ## Usage ```python import requests response = requests.post( "https://VOTRE_USERNAME-labasni-recommender.hf.space/api/predict", json={ "data": [clothes_json, "casual", "Tunis"] } ) ```