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

https://github.com/Ophiase/Community-Identification-For-Large-Network-IFECY070

Work In Progress, Deadline: 27th February
https://github.com/Ophiase/Community-Identification-For-Large-Network-IFECY070

Last synced: 9 months ago
JSON representation

Work In Progress, Deadline: 27th February

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 git@github.com: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
```