Science abstract a second grader can understand. Built using GPT-3.
This is a Flask app that uses openAI's GPT-3 in order to resummarize abstracts using second grade language.
- Installation
- Usage
- Issues
- Contributors ✨
- LICENSE
Install required modules. Requires Python 3.5 or later.
pip install -r requirements.txt
Setup your GPT-3 API key and Google ReCaptcha key.
Windows
$Env: api_key=${YOUR_OPENAI_KEY}
$Env: secret_key=${YOUR_RECAPTCHA_SECRET_KEY}
Macintosh
export api_key=${YOUR_OPENAI_KEY}
export secret_key=${YOUR_RECAPTCHA_SECRET_KEY}
Development Server
FLASK_APP=main.py FLASK_ENV=development flask run --port 8080
Please file an issue for bugs, missing documentation, or unexpected behavior.
Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioritize what to work on.
Thanks goes to these people:
This project follows the all-contributors specification. Contributions of any kind welcome!