Metadata-Version: 2.3
Name: litcurator
Version: 0.0.1
Summary: litcurator: LLM-powered pubmed literature extraction
Author: Eric Thomson
Author-email: Eric Thomson <thomson.eric@gmail.com>
License: Apache-2.0
Requires-Dist: requests
Requires-Dist: anthropic
Requires-Dist: python-dotenv
Requires-Dist: streamlit
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# litcurator 
Literature curator: utilities to retrieve publications from pubmed each month (or whatever time range you care about), and narrow them down to a final list using an LLM. Initial focus is on systems neuroscience. :brain:

## Info
For this to work you need an NCBI (National Center for Biotechnology Information) API key. For info on this: https://www.ncbi.nlm.nih.gov/datasets/docs/v2/api/api-keys/. You need an anthropic key. Put both in local .env file. 

