Modelle is a smart fashion stylist web application that provides personalized outfit recommendations based on user attributes such as body shape, hair color, eye color, and skin tone. The platform helps users discover what suits them best and manage their wardrobe through intelligent styling suggestions.
π Live Website: https://modelle.onrender.com
- π¨ Color Analysis Tool β Pick your skin tone and discover suitable color families.
- π Body Shape Analyzer β Input your measurements and get style tips for your body shape.
- ποΈβπ¨οΈ Hair & Eye Color Selector β Interactive tools to personalize style guidance.
- π Digital Wardrobe β Save outfit images and tags for mix-and-match suggestions.
- π§ Personalized Recommendations β Smart suggestion engine (rule-based) tailored to user profiles.
- π User Authentication β Sign up, log in, and securely manage your profile.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- Database: MongoDB (Mongoose)
- Authentication: JWT-based secure login/signup
- Hosting: Render (for full-stack deployment)
# Clone the repository
git clone https://github.com/yourusername/modelle.git
cd modelle
# Install backend dependencies
npm install
# Create a .env file
touch .envMONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret
npm startThen visit: http://localhost:5000
- Designed & developed by Swapnil Garg
- Deployed via Render