Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 515 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 515 Bytes

NewsInShort

This is a news platform where users can comein and filter out their topic of interest and read news articles in short. An extractive text summarization is used to summrize the text present in the news article.

Authors

Deployment

To deploy this project locally.

  • Create a virtual environment
  • Install flask pandas numpy requests
  pip install flask pandas numpy requests

Run the app in your browser:

    python run.py