A browser-only color-season finder. Upload a face photo, then the app detects facial landmarks and suggests a seasonal color palette.
- Push this folder to a Git repository.
- In Vercel, select Add New → Project and import the repository.
- Leave the framework preset as Other. No build command or output directory is needed.
- Click Deploy.
The app is a static site and is served directly from index.html. It loads face detection models from jsDelivr at runtime, so visitors need an internet connection when using the analysis feature.
Open index.html in a modern browser. For the closest local preview to production, run it through any static web server.