===Approaches (IN PROGRESS)===
[[Listing Page Classifier Progress|Progress Log(updated on 4/4/2019)]]
# * Internal URL Crawler#BFS approach
E:\projects\listing page identifier\urlcrawler.py
#DFS approach(IN PROGRESS)
===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.