- clone the code repo
- create a config.yaml using the template in this gist which likely does not need to be changed
- Ensure there is an output directory like, mkdir output, inside the code repo directory
- Run the pyragify command below
podman run --userns=keep-id --name pyragify --rm -ti \
-v ${PWD}/config.yaml:/opt/app-root/src/config.yaml:z \
-v ${PWD}:/opt/app-root/src/input:z \
-v ${PWD}/pyragify-output:/opt/app-root/src/output:U \
quay.io/danclark/pyragify:latest- Pyragify will generate files under the output directory/remaining/chunk_X.txt which can then be imported into a NotebookLM as a source