Skip to content

chrisjpurdy/semantic_pdf_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

semantic_pdf_search

A small cmd line tool to return a list of PDFs in a folder that match a specified concept/topic. The original use-case was filtering a pile of academic papers for ones that match a particular concept or topic.

Example use:

$ python3 semantic_pdf_search.py ../my_pdfs "A higher order logic, but just for natural numbers"
../my_pdfs/cyclic-proof-system-for-hfln.pdf

The tool requires a valid OpenAI API key, stored in the OPENAI_API_KEY environment variable. It can also be provided in a .env file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages