Ayush-Kaushal / BriefIt-Summarizer

A web application that summarizes your texts and articles. You can directly paste your article or paste the URL of the article you want to summarize.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BriefIt-Summarizer

  • A web application that summarizes your texts and articles. You can directly paste your article or paste the URL of the article you want to summarize.
  • It is a Django web app which uses Hugging Face transformers to summarize the text.
  • To validate and extract text from url newspaper3k library has been used.

Getting Started

You can run this project on your local machine.

Installation

  1. Open terminal in the folder you want to clone the project and type:
    git clone https://github.com/Ayush-Kaushal/BriefIt-Summarizer.git

  2. Install the project dependencies:
    pip install -r requirements.txt

Running the app

  • To run the server type:
    python manage.py runserver

About

A web application that summarizes your texts and articles. You can directly paste your article or paste the URL of the article you want to summarize.


Languages

Language:Python 45.7%Language:HTML 35.5%Language:CSS 18.8%