- You will need XAMPP up and running
- Clone this repository into your htdocs folder
- Create a database called "photos_db"
- Run the 'photos_db.sql' SQL script to create the necessary tables
- Make sure MySQL and Apache are running in XAMPP
- Add new photos into the /photos folder
- From the terminal run detection-app/face-detection.py
- The script will process the new photos and save data to the DB
- In a browser, open localhost/web-app/app.ctrl.php
- You should see the gallery of processed images
- Click on each image to see the bounding boxes found around detected faces