jacohend/rsst

Rust

0

22 commits

updated Feb 18, 2024

See the code

README

RSST - RSS Rust Aggregator

Experimental RSS feed aggregator and summarizer using the rustformers LLM crate with various GGML huggingface models.

cargo run -- --feed-urls="https://lemmy.world/feeds/c/news.xml","https://news.ycombinator.com/rss","http://rss.slashdot.org/Slashdot/slashdotMain" --model-architecture=llama --model-path=path_to_ggml_bin_from_hugging_face

then the aggregated feed will be located at http://localhost:9090/feeds or http://localhost:9090/summaries for use in rss readers.

Contributors

jacohend

22 commits

jacohend/rsst

Rust

0

22 commits

updated Feb 18, 2024

See the code

README

RSST - RSS Rust Aggregator

Experimental RSS feed aggregator and summarizer using the rustformers LLM crate with various GGML huggingface models.

cargo run -- --feed-urls="https://lemmy.world/feeds/c/news.xml","https://news.ycombinator.com/rss","http://rss.slashdot.org/Slashdot/slashdotMain" --model-architecture=llama --model-path=path_to_ggml_bin_from_hugging_face

then the aggregated feed will be located at http://localhost:9090/feeds or http://localhost:9090/summaries for use in rss readers.

Contributors

jacohend

22 commits

Languages

Rust

90.8%

Makefile

7.2%

Dockerfile

2.0%