Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Paper Polish Agent

A Gemini-powered agent that reviews academic PDFs and suggests copyediting improvements.

Setup

pip install google-generativeai python-dotenv

Add your API key to .env:

GEMINI_API_KEY = "your-key-here"

Usage

python polish.py paper.pdf

Output is printed to the console and saved to paper.polished.md.

Configuration

  • Model: gemini-2.5-pro
  • Temperature: 0.2
  • Max output tokens: 20,000
  • Prompt: defined in prompt.md

About

Paper polish pass for writing

Resources

Stars

14 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages