Style Studio is an experimental machine learning project focused on fashion and style understanding from images.
The repository serves as a sandbox for exploring computer vision pipelines, representation learning, and style-aware modeling using modern deep learning frameworks.
This project is intended for learning, research, and rapid prototyping rather than as a production-ready system.
- Image-based fashion and style analysis
- Modular and extensible project structure
- Support for custom datasets
- Easy experimentation with different models and features
- Clear separation between data, models, and utilities
Clone the repository and install the required dependencies:
git clone https://github.com/SanjanaS10/Style_Studio.git
cd Style_Studio
pip install -r requirements.txt