An open API service indexing awesome lists of open source software.

https://github.com/zyayoung/paperwriter

Automatic (computer vision) Paper Writer with GPT-2
https://github.com/zyayoung/paperwriter

gpt-2 text-generation

Last synced: 3 months ago
JSON representation

Automatic (computer vision) Paper Writer with GPT-2

Awesome Lists containing this project

README

        

# YAPW: Yet Another (computer vision) Paper Writer

![demo](static/demo.gif)

### Setup

```bash
pip install transformers==4.12.4
npm install
npm run build
FLASK_APP=app FLASK_ENV=development flask run --port 9000
```