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.
- Host: GitHub
- URL: https://github.com/lovesaroha/poetry-generator-training
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-10-11T08:45:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T08:45:53.000Z (over 4 years ago)
- Last Synced: 2025-03-02T06:47:56.718Z (over 1 year ago)
- Topics: keras, machine-learning, python, tensorflow, text-generator
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```