Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 499 Bytes

Visualizing Sentence embedding

  1. Visualization is very important as it helps us to know why we are making such prediction.
  2. This tool will help you to visualize, how much each word contribute in embedding.

Install

  1. Clone the repo
  2. Install all dependencies using command pip3 install -r requirements.txt
  3. Run the application -
    python3 app.py
    

Note:

To try it on your sentence embedding just change embed function with your own sentence embedding.