2024-12-25 17:55:12 +08:00
2024-12-23 17:35:40 +08:00
2024-12-25 17:55:12 +08:00
2024-09-02 15:11:08 +08:00
2024-12-23 21:12:48 +08:00
2024-09-02 15:11:08 +08:00
wip
2024-12-25 09:05:38 +08:00
2024-12-25 17:55:12 +08:00
wip
2024-12-25 09:05:38 +08:00
2024-09-02 15:11:08 +08:00

rrational

scrapping reddit.com/r/rational and analytics

see https://raw.githubusercontent.com/NightMachinery/.shells/master/scripts/python/reddit/subreddit2org.py

Project status: WIP

Project plan:

  • Init
  • Fill out README
  • Scrape r/rational
  • use statistics
  • Use llm to get reccomendations, sentiment, karma etc
  • share
  • comment md to html
  • comment expand
  • threads where it's mentioned
  • have llm check if the titles are valid novel titles?

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 data or just 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.
S
Description
scraping book reccomendations from reddit r rational
Readme
176 MiB
Languages
Jupyter Notebook 95.9%
Python 2.3%
HTML 1.8%