An AI-powered lookmaxxing tool that analyzes your photo and delivers personalized, actionable improvement tips across grooming, skincare, haircare, and style.
- Photo Analysis — Upload any face or full-body photo via drag-and-drop or file picker
- Scored Ratings — Get scores out of 10 for Skin, Hair, Style, and Overall appearance
- Strengths Detection — See what's already working in your current look
- Priority Improvements — Identify the highest-impact areas to focus on
- Actionable Tips — Receive specific, realistic advice you can act on immediately
- Powered by Claude Vision — Uses Anthropic's Claude claude-sonnet-4-20250514 multimodal model for intelligent image understanding
- Vanilla HTML / CSS / JavaScript (no frameworks, no build step)
- Anthropic Messages API with vision support
claude-sonnet-4-20250514model
- User uploads a photo
- The image is base64-encoded and sent to the Anthropic
/v1/messagesendpoint - Claude analyzes the photo against lookmaxxing criteria and returns structured JSON
- The app renders scores, strengths, improvement areas, and tips in a clean UI
Clone the repo and open index.html in your browser. You'll need an
Anthropic API key — add it to the fetch headers in the script.
headers: {
"Content-Type": "application/json",
"x-api-key": "YOUR_API_KEY_HERE",
"anthropic-version": "2023-06-01"
}This tool is for entertainment and self-improvement guidance only. Beauty is subjective — ratings are AI-generated estimates, not objective truth.