Skip to content

mugeesgotmug/LOOKMAXX-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

LOOKMAXX-AI

🪞 LookMaxx AI — AI-Powered Aesthetic Adviser

An AI-powered lookmaxxing tool that analyzes your photo and delivers personalized, actionable improvement tips across grooming, skincare, haircare, and style.

Features

  • 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

Tech Stack

  • Vanilla HTML / CSS / JavaScript (no frameworks, no build step)
  • Anthropic Messages API with vision support
  • claude-sonnet-4-20250514 model

How It Works

  1. User uploads a photo
  2. The image is base64-encoded and sent to the Anthropic /v1/messages endpoint
  3. Claude analyzes the photo against lookmaxxing criteria and returns structured JSON
  4. The app renders scores, strengths, improvement areas, and tips in a clean UI

Getting Started

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"
}

Disclaimer

This tool is for entertainment and self-improvement guidance only. Beauty is subjective — ratings are AI-generated estimates, not objective truth.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors