https://github.com/mayankbohra/synoptix
SynopTix is a text summarizer tool built using the BART (Bidirectional and Auto-Regressive Transformers) model.
https://github.com/mayankbohra/synoptix
bart flask-application nlp-machine-learning text-summarization transformer
Last synced: 3 months ago
JSON representation
SynopTix is a text summarizer tool built using the BART (Bidirectional and Auto-Regressive Transformers) model.
- Host: GitHub
- URL: https://github.com/mayankbohra/synoptix
- Owner: mayankbohra
- Created: 2024-03-24T07:30:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T12:43:52.000Z (about 1 year ago)
- Last Synced: 2025-01-05T22:12:33.972Z (5 months ago)
- Topics: bart, flask-application, nlp-machine-learning, text-summarization, transformer
- Language: Python
- Homepage: https://synoptix.onrender.com/
- Size: 7.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SynopTix: BART-based Text Summarizer
SynopTix is a text summarizer tool built using the BART (Bidirectional and Auto-Regressive Transformers) model. This tool provides an efficient way to generate concise summaries of long texts, enabling users to extract key information quickly.
## Features
- Utilizes the BART model for text summarization.
- Provides an API interface for easy integration into various applications.
- Generates concise and coherent summaries of input texts.
- Supports both single and batch summarization of texts.