Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project WikiRoute

This project is a hybrid Python + C++ system for exploring Wikipedia's top 100k ranked pages as a graph. It lets you analyze connections between articles, run shortest-path algorithms (like Dijkstra’s and Dial’s), and compare algorithm runtime stats in detail using a Streamlit based UI.

Setup Instructions

Follow these steps to get started:

1. Clone the Repository

git clone https://github.com/TaherA51/WikiRoute.git
cd wiki-pathfinder

2. Install Dependencies

Ensure you have Python 3.8+ installed, then run:

pip install -r requirements.txt

3. Launch the Streamlit App

Start the UI with:

streamlit run streamlit_app.py

This will open a web browser where you can interact with Wikiroute application.


License

MIT License. See LICENSE for details.

About

DSA Final Project

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages