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

https://github.com/bnb/proposal-generator

Title Generator for ECMAScript Proposals
https://github.com/bnb/proposal-generator

Last synced: about 1 year ago
JSON representation

Title Generator for ECMAScript Proposals

Awesome Lists containing this project

README

          

## Usage

### Requirements

- Python 3
- pip3

You'll also need the following Pyhton modules:

```bash
pip3 install textgenrnn
pip3 install tensorflow
```

### Running the Generator

Run the following commmand in the root of the project:

```bash
python3 -m generator
```