summarizer Use LLM's with langchain to summarize arbitrary amounts of text within a directory. Requirements GIT Python 3.10-3.12 Poetry Getting started Install dependencies with: poetry install Open poetry shell: poetry shell python summarize.py <directory_with_txt_files_to_summarize>