Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/santhalakshminarayana/quotation_generation_glove_lstm_pytorch

Quotation generation using LSTM - Pytorch with custom embeddings trained with Glove model.
https://github.com/santhalakshminarayana/quotation_generation_glove_lstm_pytorch

generation glove glove-embeddings glove-python glove-vectors lstm lstm-neural-network lstm-pytorch natural-language-generation natural-language-processing nlp nlp-machine-learning pytorch-implementation pytroch quotation-generator webscraping

Last synced: 1 day ago
JSON representation

Quotation generation using LSTM - Pytorch with custom embeddings trained with Glove model.

Awesome Lists containing this project

README

        

## 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](http://www.wiseoldsayings.com).


For language model dataset, custom word embeddings are trained using Glove model on [quotes.txt](https://github.com/santhalakshminarayana/Quotation_Generation_Glove_LSTM_Pytorch/blob/master/quotes.txt).

### Medium article
[Read implemantion in medium article](https://medium.com/towards-artificial-intelligence/quotes-generation-for-social-media-with-web-scrapping-glove-embeddings-training-and-lstm-in-e07c03491f15?source=---------2------------------).