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

https://github.com/lovesaroha/poetry-generator-training

Training a keras model to generate new poetry text.
https://github.com/lovesaroha/poetry-generator-training

keras machine-learning python tensorflow text-generator

Last synced: 3 months ago
JSON representation

Training a keras model to generate new poetry text.

Awesome Lists containing this project

README

          

# Poetry-Generator-Training
Training a keras model to generate new poetry text.

Download training text from [drive.google.com](https://drive.google.com/uc?id=108jAePKK4R3BVYBbYJZ32JWUwxeMg20K).

## Requirements
- Python 3 or higher.

## Packages

### Tensorflow
```bash
py -m pip install tensorflow
```

## Start Training
```bash
py training.py
```