Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

S-B-Iqbal/Inshorts-on-steroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inshorts-on-steroids

Old skool summarizer

Overview

  • Fetch relevant News of your favourite football club.
  • Summarize and collate in a pdf format.
  • Share the Summary via mail or Whatsapp to anyone.

Dependencies

  • requirements.txt

    • To install:
    pip install -r requirements.txt
    import nltk
    nltk.download('stopwords')
    import nltk
    nltk.download('punkt')