/backlog-analyzer

Python script to fetch GitHub issues an summarize them with an LLM

Primary LanguagePython

Backlog Analyzer

Grab GitHub issues from a repository and summarize them with an LLM.

Requires Ollama installed and running.

python -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt
python -m backloganalyzer -r pulumi/aws