Summarzy is a powerful text summarization browser extension tool designed to condense large blocks of text into concise summaries. Whether you're dealing with articles, reports, or any lengthy content, Summarzy leverages advanced natural language processing (NLP) techniques to generate clear and accurate summaries, saving you time and effort.
Accurate Summarization: Produces high-quality summaries that retain the essential information from the original text using Facebook's Bart model. Easy-to-Use Interface: Simple and intuitive user interface for a seamless experience. Technologies Used: Python Natural Language Processing (NLP) Transformers (Hugging Face) Flask (for web interface)
- Clone the repository: git clone https://github.com/Ahnaf-nub/Summarzy.git
- Change the directory:
cd Summarzy
- Install the dependencies:
pip install -r requirements.txt
- Run the application:
python app.py