FashionVision AI is an AI-powered fashion style classifier that analyzes an outfit image and predicts its style category using a deep learning model.
Upload an outfit photo and get:
- ๐ฏ Predicted fashion style
- ๐ Confidence score
- ๐ก Personalized styling tip
๐ Try FashionVision AI on Hugging Face
FashionVision AI classifies outfits into five style categories:
- ๐ Casual โ Everyday and relaxed looks
- ๐งฅ Formal โ Professional and polished outfits
- ๐ Party โ Statement and occasion-ready looks
- ๐ Sporty โ Athletic and athleisure-inspired outfits
- ๐ช Traditional โ Cultural and ethnic-inspired looks
- ๐ง Image classification using MobileNetV2
- ๐ฅ Transfer learning with ImageNet pretrained weights
- ๐ฏ Five-class fashion style prediction
- ๐ Confidence score for predictions
- ๐ก Personalized fashion tips
- ๐จ Interactive Gradio interface
- โ๏ธ Deployed on Hugging Face Spaces
- Upload an outfit image.
- The image is resized to 224 ร 224 pixels and normalized.
- MobileNetV2 extracts visual features from the image.
- A custom classification head predicts one of five fashion categories.
- The application displays the predicted style, confidence score, and styling tip.
- Python ๐
- TensorFlow / Keras
- MobileNetV2
- Gradio
- Pillow
- NumPy
- Hugging Face Spaces
FashionVision-AI/
โโโ app.py
โโโ fashion_classifier_model.keras
โโโ requirements.txt
โโโ README.md
- โ Model trained
- โ MobileNetV2 transfer learning implemented
- โ Gradio interface created
- โ Hugging Face deployment completed
Subata Khan
GitHub: @subata24
โจ Classify your style with AI โ one outfit at a time.