Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Aesthetic Skin Analyzer

A real-time Computer Vision project designed to detect faces, identify potential skin spots, and analyze skin texture.

Features

  • Real-time Face Detection: Utilizes OpenCV Haar Cascades for fast face tracking.
  • Spot Analysis: Uses HSV color space masking to identify dark spots/moles.
  • Texture Analysis: Implements Laplacian variance to determine skin smoothness.
  • Educational AI: Provides basic skincare suggestions based on analysis.

How to Run

  1. Clone this repository.
  2. Install the required dependencies:
    pip install opencv-python numpy

python face_detect.py

About

A real-time AI-based Aesthetic Skin Analyzer built with Python and OpenCV. Features spot detection via HSV color masking and skin texture analysis using Laplacian variance.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages