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: 4 months 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
- Host: GitHub
- URL: https://github.com/emilbluemax/intercommunityinteractionreddit
- Owner: emilbluemax
- Created: 2023-04-29T01:26:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T18:47:01.000Z (over 2 years ago)
- Last Synced: 2025-03-01T14:41:43.453Z (8 months ago)
- Topics: community-detection, graph, huggingface-transformers, ipython-notebook, networkx-graph, node2vec-embeddings, python, reddit, reddit-api, scraping, simple-project, visualization
- Language: Jupyter Notebook
- Homepage:
- Size: 14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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