Seq2Seq Model
Nowadays, in every field, feedbacks are necessary. If someone's review/feedback is very long and descriptive, it will be time-consuming to analyze it manually. So what this application does, it takes the review as an input and generates the summary of few words.
I've trained the model on Amazon Fine Food Reviews dataset, you can to download the dataset from here.
You can also train you model to generate the headlines of the news articles link
- nltk
- re
- numpy
- pandas
- tensorflow
- keras