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.
22 commits
Rust
90.8%
Makefile
7.2%
Dockerfile
2.0%
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.
22 commits
Rust
90.8%
Makefile
7.2%
Dockerfile
2.0%