Thin wrapper for academic paper refinement
Top 99.1% on SourcePulse
This project provides a thin wrapper around ChatGPT, accessible via a Gradio interface, to assist users in improving their academic writing. It targets researchers and students seeking to refine their papers with more academic language and sentence structures while preserving the original meaning and LaTeX commands.
How It Works
The tool leverages ChatGPT's language processing capabilities through either the official OpenAI API or an unofficial access token method. It prefaces user input with a carefully crafted initialization prompt that instructs ChatGPT to act as an academic writing consultant, focusing on enhancing text with academic English and sentence structures without altering the core meaning or LaTeX.
Quick Start & Requirements
pip install --upgrade gradio openai
OPENAI_API_KEY
environment variable or in official.py
.gradio python official.py
pip install --upgrade --upgrade-strategy eager revChatGPT gradio
config.json
with email/password/access token (refer to acheong08/ChatGPT
for details).gradio python unofficial.py
Highlighted Details
Maintenance & Community
No specific information on contributors, sponsorships, or community channels (e.g., Discord/Slack) is provided in the README.
Licensing & Compatibility
The repository does not explicitly state a license. Compatibility for commercial use or linking with closed-source projects is not specified.
Limitations & Caveats
Manual verification of LaTeX math formulas is advised due to potential issues with symbols like underscores, slashes, or tildes. Incorrect citation formats may require resetting the chat.
2 years ago
Inactive