Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.14 KB

File metadata and controls

36 lines (30 loc) · 1.14 KB

Image_Analytics_Task_AI_Australia

This repository contains solutions or files of my attempt for the AI Australia task of Image Analytics. The submission language is Python.

Easy Navigation for Problem Statement

Problem Statement

Instructions

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   

Completed Tasks

Bounding-Box Generation  
Facial Expression Classification  
Face Quality Check  
Blurred the Background except Face  

Dependencies

-- 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

Tested on:

-- Windows 10 -- Linux 16.04