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