Skip to content

Code and resources for the Towards Data Science article: "Creating a Poems Generator using Word Embeddings"

Notifications You must be signed in to change notification settings

benjad/poem-generator

Repository files navigation

Poems Generator

This repository contains the code and resources for the Towards Data Science article: "Creating a Poems Generator using Word Embeddings"

Installation

First we need to install all the necessary libraries:

pip install -r requirements.txt

Then we need to add a link to the english spacy model that we downloaded:

spacy link en_core_web_md en

Resources:

  1. allan_poems.csv: Edgar Allan Poe poems saved into a .csv file.

  2. sentences_allan_poems.csv: Edgar Allan Poe poems cleaned and splitted into sentences.

  3. poem_generator.ipynb: The jupyter notebook with all the code for the article.

About

Code and resources for the Towards Data Science article: "Creating a Poems Generator using Word Embeddings"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published