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
- Host: GitHub
- URL: https://github.com/bnb/proposal-generator
- Owner: bnb
- Created: 2019-07-16T21:49:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T22:15:18.000Z (almost 7 years ago)
- Last Synced: 2025-03-18T05:11:16.206Z (over 1 year ago)
- Language: Python
- Size: 3.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```