Skip to content

Releases: kgero/poetry-engine

Poetry Foundation Scraper + LDA Distance Generator

10 Jun 18:50
Compare
Choose a tag to compare

Includes functions for scraping poems from the Poetry Foundation and storing them in either an SQLite db (which I used for prototyping) or a postgres db (which I used for the actual web app.) Also includes functions for running topic modeling on all the poems, calculating distances between poems based on their topics, and inputting the closest poem based on this distance in the postgres db.