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

https://github.com/ophiase/community-identification-for-large-network-ifecy070

Community Identification Anthology - 🌐 Large Networks of Interactions
https://github.com/ophiase/community-identification-for-large-network-ifecy070

erdos-reyni-graphs graph-algorithms

Last synced: 3 months ago
JSON representation

Community Identification Anthology - 🌐 Large Networks of Interactions

Awesome Lists containing this project

README

        

# [📔 Community Identification - 🌐 Large Networks of Interactions](https://github.com/Ophiase/HomeWork-3-Large-Network-IFECY070)

[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![Python 3.11.5+](https://img.shields.io/badge/Python-3.11.5%2B-yellow.svg)](https://www.python.org/)

Demonstration of community detection in large interaction networks for a course assignment.

## Installation

```bash
git clone [email protected]:Ophiase/HomeWork-3-Large-Network-IFECY070.git
cd HomeWork-3-Large-Network-IFECY070
pip install -r requirements.txt
```

## Execution

```bash
# demonstrations
make demo_distribution
make demo_generation
make demo_community_identification
make benchmark

# unit tests
make tests
make tests_verbose
```