A streamlit based interactive explorer that visualizes Wikipedia topics as graphs. Connects a user provided topic to related pages and categories, helping discover and navigate content. Data visualisation was heavily relied uupon here.
- Tech: Python, Streamlit, NetworkX, Plotly
- Fetches a Wikipedia page’s summary, links and categories
- Builds a multi level network graph
- Color coded nodes
- Hover tooltips show one‑sentence summaries
- Real time interactive plotting in Streamlit
git clone https://github.com/ziennaa/wikipedia_flow.git
cd wikipedia_flow
pip install -r requirements.txt
streamlit run app.py
https://wikipediaflow-7efepjhjvypa8iwqxmlwnp.streamlit.app/
still in process.
If you like the repo, feel free to explore and suggest improvements!