Releases: kgero/poetry-engine
Releases · kgero/poetry-engine
Poetry Foundation Scraper + LDA Distance Generator
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.