Recently I wanted to use a LLM to summarize a white paper pdf, and stumbled upon this blog post, where the author presents a simple python that accomplishes that task, using ChatGPT API and Gradio as UI.
Summarizing pdf and estimating token count…
Recently I wanted to use a LLM to summarize a white paper pdf, and stumbled upon this blog post, where the author presents a simple python that accomplishes that task, using ChatGPT API and Gradio as UI.