[[File:WebPageTree.png|900px700px]]
Intuition:
====Web Page Screenshot Tool (IN PROGRESS)====
This tool will take 2 user input: the url and the output file(.png)'s name. It will output a png file that has the full screen shot of a web page(see output file example on the right)[[File:screenshotEx.png|5px|thumb|right|Output File Example]]
E:\projects\listing page identifier\screen_shot\screen_shot_tool.py
[[File:screenshotEx.png|5px|thumb|right|Output File Example]]
===Image Processing===
This method would likely rely on a [https://en.wikipedia.org/wiki/Convolutional_neural_network convolutional neural network (CNN)] to classify HTML elements present in web page screenshots. Implementation could be achieved by combining the VGG16 model or ResNet architecture with batch normalization to increase accuracy in this context.