Graplex
A Search Engine Concept.
Graplex can search into a website to find it’s inbound and outbound hyperlinks and after that it can rank the webpages by depending on the strongly connected webpages. And finally it can visualize the connected webpage model using the d3 JavaScript Library. The Working Mechanisms, Features and the Steps are below:
- Collecting webpages from a website.
- Rank the webpages by using the PageRank Algorithm.
- Dump the webpages.
- Selecting the number of webpages to visualize.
- Visualize the model.
- Reset the Page Ranks. (Optional)
Language Used:
Front-End:
- HTML.
- CSS.
- JavaScript.
Back-End:
- Python.