rishavroy97 / news-classifier-summarizer

Classifies and summarizes news on the request of a user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

news-classifier-summarizer

Project Description

NLP Project to create an extractive summarizer for news articles
and categorized display for the users

Steps to Setup the project

  1. Open Telegram app, search for @BotFather and start the chat. Send /newbot command and follow the instructions. After completing the initial steps, you’ll get — Your own TOKEN.
  2. Set up a virtual environment for python (virtualenv): virtualenv venv source venv/bin/activate
  3. Install all the requirements using pip pip install -r requirements.txt
  4. Create an account in Parallel Dots and fetch their api key Parallel Dots
  5. Paste the parallel dots api key in

    article_list.py

  6. Paste the Bot Token in

    python-bot.py

  7. Run python-bot python python-bot.py

About

Classifies and summarizes news on the request of a user


Languages

Language:Python 100.0%