An open API service indexing awesome lists of open source software.

https://github.com/gusberinger/wikipedia-graph

Creates an adjacency matrix of the Wikipedia hyperlink graph.
https://github.com/gusberinger/wikipedia-graph

scipy wikipedia

Last synced: about 2 months ago
JSON representation

Creates an adjacency matrix of the Wikipedia hyperlink graph.

Awesome Lists containing this project

README

        

# Wikipedia Hyperlink Graph Builder

Creates an adjacency matrix representation of the Wikipedia hyperlink graph.

## Local Setup

Requires 25GB of storage and 16GB of RAM. The program takes approximately an hour to complete.

```
git clone [email protected]:gusberinger/wikipedia-graph.git
cd wikipedia-graph/
pip install -r requirements.txt
python main.py
```