A real-time Computer Vision project designed to detect faces, identify potential skin spots, and analyze skin texture.
- 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.
- Clone this repository.
- Install the required dependencies:
pip install opencv-python numpy
python face_detect.py