Skip to content

Spacifier/modelle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘— Modelle – AI-Powered Fashion Stylist

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


✨ Features

  • 🎨 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.

πŸ› οΈ Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js, Express.js
  • Database: MongoDB (Mongoose)
  • Authentication: JWT-based secure login/signup
  • Hosting: Render (for full-stack deployment)

πŸš€ Getting Started (for local development)

Prerequisites

Setup

# Clone the repository
git clone https://github.com/yourusername/modelle.git
cd modelle

# Install backend dependencies
npm install

# Create a .env file
touch .env

Add the following to .env:

MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret

Start the App

npm start

Then visit: http://localhost:5000


πŸ“Έ Screenshots


πŸ™Œ Credits

  • Designed & developed by Swapnil Garg
  • Deployed via Render

About

this is my software engineering project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published