Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emilbluemax/intercommunityinteractionreddit

The aim is to Analyse and predict the possible interactions between the various subreddits present and predict the type of interaction and detect the implicit communities between subreddits This will be through various Network analysis and statistical inferences and predictive model
https://github.com/emilbluemax/intercommunityinteractionreddit

community-detection graph huggingface-transformers ipython-notebook networkx-graph node2vec-embeddings python reddit reddit-api scraping simple-project visualization

Last synced: 6 days ago
JSON representation

The aim is to Analyse and predict the possible interactions between the various subreddits present and predict the type of interaction and detect the implicit communities between subreddits This will be through various Network analysis and statistical inferences and predictive model

Awesome Lists containing this project

README

        

# Inter community Interaction in Reddit

## Team Members
| NAME | SRN |
| ----------- | ----------- |
| Emil Bluemax | PES2UG20CS431 |
| J P Daniel Christopher | PES2UG20CS433 |
| Shaurya Kumar | PES2UG20CS324 |
| Sameer Parekh | PES2UG20CS302 |

## Dataset
+ Stanford Reddit Hyperlink Dataset

## Highlights
+ Script for scrapping Node(Subreddit) and its features.
+ Script for scrapping edge/Interaction between Nodes(Subreddits) - using hyperlinks present in the top posts in that subreddit
+ Graphical representation of the scrapped nodes and edges along with community detection
+ Used Node2Vec to generate node embeddings