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
- Host: GitHub
- URL: https://github.com/Ophiase/Community-Identification-For-Large-Network-IFECY070
- Owner: Ophiase
- License: apache-2.0
- Created: 2025-02-09T14:31:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T21:00:03.000Z (over 1 year ago)
- Last Synced: 2025-02-09T21:29:21.656Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [📔 Community Identification - 🌐 Large Networks of Interactions](https://github.com/Ophiase/HomeWork-3-Large-Network-IFECY070)
[](https://opensource.org/licenses/Apache-2.0)
[](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
```