Skip to content

santhalakshminarayana/Quotation_Generation_Glove_LSTM_Pytorch

Repository files navigation

Quotation Generation with custom embeddings from Glove model and LSTM implementation in Pytorch

English Quotations generation by training Language Model in Pytorch with custom dataset by webscrapping from website.
For language model dataset, custom word embeddings are trained using Glove model on quotes.txt.

Medium article

Read implemantion in medium article.