junior-sheer/README.md
Carl Colglazier 60023b07d1 Refactor scripts and code.
Split manuscripts into their own directories / projects.
2025-05-26 20:08:57 -05:00

28 lines
928 B
Markdown

# Mastodon Server Recommendation System
## Guideposts
- [manuscripts](manuscripts/) - Contains the manuscripts for the project.
- [notebooks](notebooks/) - Notebooks for data exploration and analysis.
- [FediRecommender](FediRecommender/) - Python package for building and running the recommendation system.
- [codebase](codebase/) - Place to store shared code.
- [recommender](recommender/) - Contains the recommendation system code (front-end).
- [presentations](presentations/) - Slide decks.
- [scripts](scripts/) - Scripts for data processing and analysis.
## Getting Started
### Environment Setup
I created this project with R version 4.4.1 and Python version 3.9.22.
This project uses [renv](https://rstudio.github.io/renv/) to manage R package dependencies. To set up the environment, run the following command in R:
```r
renv::restore()
```
This will install all the required packages and their dependencies.