Skip to content

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.

Notifications You must be signed in to change notification settings

Ayush-Kaushal/BriefIt-Summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published