Back to Academic Projects

Clothing segmentation with Hugging Face

Python, Computer Vision, Image Segmentation, Hugging Face, REST API, Deep Learning, Data Science, NumPy, Matplotlib, Pillow

Fashion Trend Intelligence – Clothing Segmentation with Hugging Face

Context

As part of a demonstration project, I developed a prototype to evaluate the use of a computer vision model hosted on Hugging Face Serverless endpoints to automatically identify clothing present in images. The objective was to validate the technical feasibility before a larger-scale deployment for trend analysis in the fashion industry.


Objectives


Architecture

Images
   │
   ▼
Script Python
   │
   ▼
API Hugging Face Inference
(segformer_b3_clothes)
   │
   ▼
Masques de segmentation
   │
   ▼
Visualisation + Évaluation

Technologies Used


Achievements

AI Service Integration

Image Segmentation

Model Evaluation

Implementation of an evaluation approach including:

Cost Study

Evaluation of the cost of using Hugging Face Serverless endpoints for a production scenario of 500,000 images over 30 days, to estimate the economic viability of the solution.


Demonstrated Skills

Artificial Intelligence

Python Development

Data Science

Cloud & API


Outcome

This project allowed me to put into practice the integration of a ready-to-use AI service to quickly build a functional computer vision prototype, while applying a comprehensive approach ranging from API calls to performance evaluation and deployment cost analysis.


Acquired Skills