Skip to content

ijaytelgote/Summary-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Summarizer Extension

This Chrome extension allows users to quickly summarize text by pasting it into the extension window. The summarized text is generated using a server-side Python application built with Flask and NLTK.

Features

  • Summarize text from any web page or from user input.
  • Clean and user-friendly interface.

How It Works

  1. Paste Text: Paste the text you want to summarize into the input area of the extension window.

  2. Click "Summarize": Click the "Summarize" button to generate the summary.

  3. View Summary: The summarized text will be displayed below the input area.

Installation

To use this extension:

  1. Clone this repository.
  2. Open Google Chrome and go to chrome://extensions/.
  3. Enable "Developer mode".
  4. Click on "Load unpacked" and select the directory of the cloned repository.
  5. The extension will be installed and visible in your Chrome toolbar.

Technologies Used

  • Flask: Server-side application for text summarization.
  • NLTK: Used for text processing and summarization.
  • HTML/CSS/JavaScript: User interface for the Chrome extension.
  • Chrome Extension API: Interacts with the Chrome browser.

Contributing

Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License.

Contact

For inquiries or feedback regarding the server-side Python code, please contact (mailto:ijaytelgote@gmail.com).

About

summarize the context using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published