Part 2 of my Applied Machine Learning submission, where I designed, built, tested and analysed a face alignment system. For a comprehensive overview view the full report.
# 1. Clone repo
git clone https://github.com/jude-james/face-alignment-with-regression.git
# 2. Change directory
cd face-alignment-with-regression
# 3. Install dependencies
pip install numpy matplotlib opencv-python scikit-learn
# 4. Run script
python facealignment.py