Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 576 Bytes

File metadata and controls

10 lines (7 loc) · 576 Bytes

ParagraphSimilarityCheck

Input two paragraphs in the html webpage, then the list of top 5 keywords for each paragraph will be generated, and number of similar keywords will be counted and presented as score.

How to RUN the project

  1. Install the python packages as mentioned in the 'dependencies.txt' file.
  2. Then Run the 'main.py' file.
  3. Input two paragraphs which are needed to be compared and click on 'Upload' button.
  4. Score will be generated, based on number of keywords which are same for both paragraphs, based on list of top 5 keywords of each paragraph.