This repository contains a deep learning project that predicts facial landmarks using Convolutional Neural Networks (CNN). Facial landmarks are key points on a person's face, such as the corners of the eyes, nose, and mouth. This project uses a CNN architecture to detect and predict these landmarks, which can be useful in various applications, including facial recognition, emotion analysis, and augmented reality.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/prtm1908/Face-Landmark-Detection-CNN.git
-
Navigate to the repository's directory.
-
Download the requirements:
pip install -r requirements.txt