heathdutton / tldr_papers

science abstracts a second grader can understand. made using gpt-3.

Home Page:https://tldrpapers.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tl;dr papers

Science abstract a second grader can understand. Built using GPT-3.

Demo

MIT License PRs Welcome

About

This is a Flask app that uses openAI's GPT-3 in order to resummarize abstracts using second grade language.

Table of Contents

Installation

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}

Try Without Installing

tldrpapers.com

Usage

Development Server

FLASK_APP=main.py FLASK_ENV=development flask run --port 8080

Issues

πŸ› Bugs

Please file an issue for bugs, missing documentation, or unexpected behavior.

See Bugs

πŸ’‘ Feature Requests

Please file an issue to suggest new features. Vote on feature requests by adding a πŸ‘. This helps maintainers prioritize what to work on.

See Feature Requests

Contributors ✨

Thanks goes to these people:

This project follows the all-contributors specification. Contributions of any kind welcome!

LICENSE

MIT

About

science abstracts a second grader can understand. made using gpt-3.

https://tldrpapers.com


Languages

Language:TypeScript 42.6%Language:JavaScript 41.1%Language:CSS 16.3%