mirror of
https://github.com/wassname/scrape_r_rational.git
synced 2026-08-20 12:50:33 +08:00
fcdfc19b1ed9473ef272d571de014c2556aa5023
rrational
scrapping reddit.com/r/rational and analytics
Project status: WIP
Project plan:
- Init
- Fill out README
- Scrape r/rational
- Use llm to get reccomendations, sentiment, karma etc
- share
Install requirements
This project uses poetry for requirement and is set up for torch using cuda.
poetry install
How to get data
TODO document how to get the data
How to run
This project uses just
just --list
Project Organization
Note this project uses
- Justfile: Command runner with commands like
just dataorjust train - data: data directory
- ./10_raw <- The original, immutable data dump.
- ./20_interim <- Intermediate data that has been transformed.
- ./30_processed <- The final, canonical data sets for modeling.
- nbs: jupyter notebooks. Name with creator's initials, a number (for ordering), and short
-delimited description, e.g.jqp-1.0-initial-data-exploration. - pyproject.toml: defines poetry project dependencies and build configuration
- rrational: Source code for use in this project.
Languages
Jupyter Notebook
95.9%
Python
2.3%
HTML
1.8%