This repository contains solutions or files of my attempt for the AI Australia task of Image Analytics. The submission language is Python.
To run the code, navigate to Submission_Code folder and type below command in the console:
python image_analytics.py --image_path
This will generate images in the samples folder.
i.e.: python image_analytics.py ../images/Vanditg.jpg or python image_analytics.py ../images/test.jpg
Bounding-Box Generation
Facial Expression Classification
Face Quality Check
Blurred the Background except Face
-- opencv-python==3.4.2.16
-- numpy==1.16.4
-- tensorflow-gpu==1.14.0
-- Keras==2.2.4
-- matplotlib==3.1.1
-- Pillow==6.1.0
-- Windows 10 -- Linux 16.04