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

Latest commit

 

History

History
32 lines (21 loc) · 777 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 777 Bytes

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')