Niketkumardheeryan / ML-CaPsule

ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
MIT License
348 stars 302 forks source link

Added Text Summarization Model. #631

Closed akshaydubey05 closed 1 month ago

akshaydubey05 commented 2 months ago

ISSUE:- #586

This text summarization model uses the Natural Language Toolkit (NLTK) library for text processing and Networkx for implementing TextRank. Features:

akshaydubey05 commented 2 months ago

Hi, I have created a new pull request. In this case, there is no Python file or log file.

(Actually, i am a beginner in this and therefore previous one got messed up.)

invigorzz313 commented 2 months ago

No worries. You could have just committed the changes in the previous PR too without deleting it.

And here I notice some errors while generating the summary to the text, what is your take on it?

Niketkumardheeryan commented 2 months ago

HI @akshaydubey05 , good work but try to write code in separate cells for better readability and before using data analyze it because data is everything when you work in this field.

akshaydubey05 commented 2 months ago

Thanks for the review ,i will make changes accordingly.

akshaydubey05 commented 2 months ago