A web app for visualizing the connections between Wikipedia pages.
The Wikipedia Map is a tool that allows users to explore related topics by visualizing connections between Wikipedia articles. By entering a topic, users can navigate through a network of interconnected nodes representing related articles, creating a web of information on the chosen subject.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.