Skip to content

GDGVIT/iris-web-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iris Web Backend

This is a service to find the shortest path between two wikipedia pages by going through links in a page


DOCS

Functionalities

  • API to return shortest path between two pages
  • API to discover nodes from one given page
  • Visualization Tool

Instructions to run

  • Pre-requisites:

    • Python and pip installed
    • An active internet connection
  • Create and activate the virtual environment

sudo pip3 install virtualenv
virtualenv env
  • Now for Windows:
.\env\Scripts\activate
  • For MacOS and Linux
source env/bin/activate
  • Install the dependencies
pip3 install -r requirements.txt
  • To start the server
export FLASK_APP=main.py
flask run
  • To start the visualization tool
python3 vis.py

Contributors

Md Hishaam Akhtar

Md Hishaam Akhtar

LinkedIn

Sharanya Mukherjee

Sharanya Mukherjee

GitHub LinkedIn



Made with ❤️ by DSC VIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages