Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 557 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 557 Bytes

Visualization of WebPage as Graph

Provide url as an input for any website, its going to scrape the page, pass it as JSON string to frontend for rendering and going to display as a graph. This graph contains nodes as html elements of web page and edges between child and parent element.

Setup

git clone https://github.com/IET-NITK/WebInterfaceGraphs
cd WebInterfaceGraphs/
pip install -r requirements.txt
python app.py

Running on localhost:5000

Tools Used

  1. Flask: to build a web application
  2. Elgrapho: Front-end Rendering