How-to-build-own-text-summarizer-using-deep-learning
How-to-build-own-text-summarizer-using-deep-learning copied to clipboard
How to implement prediction to a new review
How can i use the model to compute prediction for an inserted review by the user!! Any help! And how to overcome the problem of duplication in the output summary??!
I have exactly the same requirement! How can I predict summary for a new review given that I don't already have a summary?
@aniket-somwanshi @hala97 You need to preprocess your text
in same way you did to train the model before predicting the result. After pre-processing you need to call decode_sequence(text_pp.reshape(1, max_text_len))
function. Here text_pp
is preprocessed sequence.
How can I use the model after saving the trained model to predict single summaries ? I want to be able to use the model on a different notebook or environment by giving single inputs. If anybody could help soon I would be verry happy.
How can I use the model after saving the trained model to predict single summaries ? I want to be able to use the model on a different notebook or environment by giving single inputs. If anybody could help soon I would be verry happy.
where you trained this model
My colab crash while training help me. my gmail [email protected] contact me