Simsso / Vision-Based-Page-Rank-Estimation

Student research project on pagerank estimation with deep graph networks
MIT License
5 stars 1 forks source link

Screenshot-DataModule + Datacrawler-Base #15

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi,

this PR contains following things:

Integration of Chromium Embedded Framework:

The Chromium Embedded Framework is now fully integrated in our implementation. The Screenshot-Datamodule (#12) represents a reference implementation and shows best-practices.

DataModule-System:

We are achieving high modularity and low maintenance cost with the implemented DataModule-System.

Screenshot-DataModule:

For a given URL, we are now capable of taking a screenshot. This includes the detection of a website being finished with loading

Base-Classes for Graph Generation

Since this is our first PR for the Datacrawler into master, it includes a dozen of files. @Simsso Absolutely good if you just review .h/.cpp-files.

Best, Samed