| _extensions | ||
| code | ||
| images | ||
| notebooks | ||
| presentations | ||
| recommender | ||
| renv | ||
| _quarto.yml | ||
| .gitignore | ||
| .Rprofile | ||
| aaai24.bst | ||
| aaai24.sty | ||
| acm.qmd | ||
| junior-sheer.Rproj | ||
| Makefile | ||
| README.md | ||
| references.bib | ||
| renv.lock | ||
| requirements.txt | ||
Mastodon Server Recommendation System
Guideposts
- manuscripts - Contains the manuscripts for the project.
- notebooks - Notebooks for data exploration and analysis.
- FediRecommender - Python package for building and running the recommendation system.
- codebase - Place to store shared code.
- recommender - Contains the recommendation system code (front-end).
- presentations - Slide decks.
- scripts - Scripts for data processing and analysis.
Getting Started
Environment Setup
This project uses renv to manage R package dependencies. To set up the environment, run the following command in R:
renv::restore()
This will install all the required packages and their dependencies.