Skip to content

IET-NITK/WebInterfaceGraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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