/Text_Assist_Chrome_Extension

A Machine-Learning based chrome extension that will change the way you write your documents (Looking for COLABORATIONS).

Primary LanguageJavaScript

Text Assist 1.0.0

- Please give a star if you like the repo! 
- Looking for colaboration

A chrome extension to help you analyse your documents.

Tasks

  • Article readability score (0-100)
  • Article Summary.
  • Article Sentiment/Polarity.
  • Article Spelling Correction.
  • Ask a question.
  • Highlight corrected words (before/after correction).
  • Article Rewrite.
  • Synonyms generator.
  • Tags recommendation.
  • Similar Documents over internet.

Usage :

Step 1 : Clone the repository
Step 2 : Go to chrome://extensions/
2.1 : Turn on the Developer Mode
2.1 : Click on Load unpacked
2.2 : Browse to the clone directory and select the "Text_Assist" Folder
2.3 : Click open

Then you will see the loaded extension in the chrome://extensions/ menu

Step 3 : Run the local Flask server by navigating to the Text_Assist_Chrome_Extension/Flask_server_for_Text_Assist/ directory in your local environment.

Hurray! (if you didn't get any errors you can use the extension)

+  Step 4: So you just need to select the text on browser screen and right click to choose the extension "Text Assist" 

+  Step 5: You will get the results

1) Article Redability score:

2) Summary result:

3) Spell Correction result:

PS : The codes in the prerequisite are inspired by "Codevolution" the YouTuber.