- 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.
You can run this project on your local machine.
-
Open terminal in the folder you want to clone the project and type:
git clone https://github.com/Ayush-Kaushal/BriefIt-Summarizer.git
-
Install the project dependencies:
pip install -r requirements.txt
- To run the server type:
python manage.py runserver