yoimerdr / reddit-communities

Web page for community detection on Reddit using graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reddit Communities

This project aims to detect communities on Reddit using graph traversal and search techniques. We utilize the "Reddit Hyperlink Network" dataset, which consists of a network of subreddits and their relationships based on shared links. The dataset includes information about subreddits, the number of subscribers, and interactions between subreddits in the form of shared links. For this project, we will only use the first 5,000 nodes.

Tools

  • Python
  • NetworkX
  • Pandas
  • Matplotlib
  • PyScript

Collaborators

  • Oliver Tuesta
  • Arnol Caceres
  • Yoimer Davila

Use

You view the page on

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Web page for community detection on Reddit using graphs

License:MIT License


Languages

Language:Python 33.7%Language:HTML 26.7%Language:JavaScript 22.7%Language:CSS 16.9%