BART's API doesn't work, so here's one that does
-
Updated
Feb 16, 2025 - HTML
BART's API doesn't work, so here's one that does
This repository provides a Flask web application that harnesses the capabilities of BERT, BART, and RoBERTa models for NLP tasks on the 20 Newsgroups dataset. The application classifies articles, generates concise summaries, and answers user-posed questions.
This project provides a web interface for uploading PDFs or entering text to generate a summarized output using the BiDirectional Auto Regressive Transformer (BART) model. The project is built using Flask for the backend and HTML, CSS, and JavaScript for the frontend
Using vanilla JavaScript, in real time, lets you track when the trains at a specified BART station are departing
Abstractive Text Summarization is the task of generating a short and concise summary that captures the salient ideas of the source text. The generated summaries potentially contain new phrases and sentences that may not appear in the source text.
Add a description, image, and links to the bart topic page so that developers can more easily learn about it.
To associate your repository with the bart topic, visit your repo's landing page and select "manage topics."