Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Communities Alternatives
Similar projects and alternatives to communities
-
graphtage
A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV.
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
-
-
-
leidenalg
Implementation of the Leiden algorithm for various quality functions to be used with igraph in Python.
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
communities discussion
communities reviews and mentions
-
I made a graph neural network specifically for graphs with community structure
I made a tool for plotting graphs with community structure. You can check it out here.
-
[OC] Algorithmically organizing a social network into cliques
A few people are asking what this is a visualization of. OP's graphs look very similar to an example of the Louvain Method shown in the library's documentation. The Louvain Method is a community detection algorithm used on network graphs. It works by iteratively optimizing modularity of the graph. Modularity is a measure of the density of the number of edges (lines between nodes) that fall within a given group/cluster compared to what would be expected from a random distribution of edges throughout the graph.
-
Algorithmically organizing a social network into cliques
I made this visualization with: https://github.com/shobrook/communities
- I made Communities: a library of clustering algorithms for network graphs (link in comments)
- [P] I made Communities: a library of clustering algorithms for network graphs (link in comments)
- I made a library for organizing social networks into cliques (link in comments)
- [P] I made communities: a library for detecting and visualizing clusters in network graphs (link in comments)
- I made 'communities' – a library of clustering algorithms for graphs
- I made 'communities' – a library for detecting communities in graphs, built on numpy
- [Project] I made a lightweight Python library for graph clustering
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 14 Feb 2025
Stats
shobrook/communities is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of communities is Python.