Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.25.0
metadata
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
import requests
response = requests.post(
"https://VOTRE_USERNAME-labasni-recommender.hf.space/api/predict",
json={
"data": [clothes_json, "casual", "Tunis"]
}
)