Skip to content

ms-shashank/Summarizer.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summarizer.io

A text-summarzing web-application using Spacy module

Text Summarizer

A simple web application that summarizes text using Natural Language Processing (NLP) techniques.

Description

The Text Summarizer is a web-based application that allows users to input a piece of text and receive a summarized version of that text. The summarization is performed using NLP techniques to extract key information and provide a concise summary.

Requirements

  • Python 3.6+
  • Flask
  • spaCy

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/your-repo.git
    cd your-repo
    
  2. Create and activate a virtual environment (optional but recommended): python3 -m venv venv source venv/bin/activate

3.Install the required packages using pip: pip install spacy pip install flask python -m spacy download en_core_web_lg

(Versions: Flask==2.0.1; spacy==3.1.2)

About

A text-summarzing web-application using Spacy module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published