mirror of
https://github.com/wassname/scrape_r_rational.git
synced 2026-08-20 12:50:33 +08:00
3bf59d80c8d5e7e2135e04af47842e80b4cc92b5
rrational
scrapping reddit.com/r/rational and analytics
Project status: WIP
Project plan:
- Init
- Fill out README
- Scrape r/rational
- use statistics
- 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%