Skip to content

brt4c3/summarize-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO USE

prepare a pdf file

mkdir -p in && mv *.pdf in/pdf.pdf

run the script

mkdir -p out out/intermediate_summaries && curl -klf http://localhost:1234/v1/completions | tee /dev/null && python3 summarize-pdf-pipeline.py

Practically

  • aims to summarize a pdf with more than 700 pages
  • use a medium to high end GPU
  • it took an hour and a half to complete the process

improvements

  • in and out of file for each response takes 1 min to process. We might be able to make improvements.

About

summarize pdf with lm studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages